#6645AB

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

Shades of Royal Purple #6645AB

Tints of Royal Purple #6645AB

Color information

#6645AB (or 0x6645AB) is unknown color: approx Royal Purple. HEX triplet: 66, 45 and AB. RGB value is (102,69,171). Sum of RGB (Red+Green+Blue) = 102+69+171=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #6645AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6645AB is #99BA54. Grayscale: #5A5A5A. Windows color (decimal): -10074709 or 11224422. OLE color: 11224422.

HSL color Cylindrical-coordinate representation of color #6645AB: hue angle of 259.41º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6645AB is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10269171-
CMYK0.400.6000.33
HSL259.41º42.5%47.06%-
HSV(B)259.41º59.65%67.06%-
XYZ14.9610.0239.67-
YUV90.5173.43136.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.82%
GREEN value IS 69 (27.34% from 255) = 20.18%
BLUE value IS 171 (67.19% from 255) = 50%
R=29.82%
G=20.18%
B=50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102691710.400.6000.33259.4142.547.06
Hex6645AB283C0211032a2f
Octal14610525350740414035257
Binary11001101000101101010111010001111000100001100000011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6645AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6645AB; }

 p { color: rgb(102,69,171); }

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

<style>
 a { background-color: #6645AB; }

 a { background-color: rgb(102,69,171); }

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

<style>
 span { border-color: #6645AB; }

 span { border-color: rgb(102,69,171); }

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