#6648a4

Color #6648A4 Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #6648A4

Tints of Royal Purple #6648A4

Color information

#6648A4 (or 0x6648A4) is unknown color: approx Royal Purple. HEX triplet: 66, 48 and A4. RGB value is (102,72,164). Sum of RGB (Red+Green+Blue) = 102+72+164=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 164 (64.45% from 255 or 48.52% from 338); Max value from RGB is 164 - color contains mainly: blue. Hex color #6648A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6648A4 is #99B75B. Grayscale: #5B5B5B. Windows color (decimal): -10073948 or 10766438. OLE color: 10766438.

HSL color Cylindrical-coordinate representation of color #6648A4: hue angle of 259.57º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6648A4 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10272164-
CMYK0.380.5600.36
HSL259.57º38.98%46.27%-
HSV(B)259.57º56.1%64.31%-
XYZ14.510.1436.32-
YUV91.46168.94135.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 30.18%
GREEN value IS 72 (28.52% from 255) = 21.30%
BLUE value IS 164 (64.45% from 255) = 48.52%
R=30.18%
G=21.30%
B=48.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal102721640.380.5600.36259.5738.9846.27
Hex6648A42638024104272e
Octal14611024446700444044756
Binary11001101001000101001001001101110000100100100000100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6648a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6648a4; }

 p { color: rgb(102,72,164); }

 H1.HeaderClassName
 {
   color: #6648a4;
 }
 .AnyTagClassName
 {
   color: #6648a4;
 }
</style>
background-color css

<style>
 a { background-color: #6648a4; }

 a { background-color: rgb(102,72,164); }

 div.DivClassName
 {
   background-color: #6648a4;
 }
 .BgClassName
 {
   background-color: #6648a4;
 }
</style>
border-color css

<style>
 span { border-color: #6648a4; }

 span { border-color: rgb(102,72,164); }

 td.TdClassName
 {
   border-color: #6648a4;
 }
 .TagClassName
 {
   border-color: #6648a4;
 }
</style>