Html Css Color HEX #6645AA Royal Purple

📋 copy color: '#6645AA'

red 102 ◦ green 69 ◦ blue 170

#6645AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #6645AA

Tints of Royal Purple #6645AA

RGB

 RED value IS 102 (40.23% from 255) = 29.91%

 GREEN value IS 69 (27.34% from 255) = 20.23%

 BLUE value IS 170 (66.8% from 255) = 49.85%

R = 29.91%
G = 20.23%
B = 49.85%

CMYK

 C value IS 0.4

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6645AA (or 0x6645AA) is known color: Royal Purple. HEX triplet: 66, 45 and AA. RGB value is (102,69,170). Sum of RGB (Red+Green+Blue) = 102+69+170=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #6645AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6645AA is #99BA55. Grayscale: #5A5A5A. Windows color (decimal): -10074710 or 11158886. OLE color: 11158886.

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

Color convert

RGB 102 69 170 -
CMYK 0.4 0.59 0 0.33
HSL 259.6º 0.42% 0.47% -
HSV(B) 259.6º 0.59% 0.67% -
XYZ 14.86 9.98 39.17 -
YUV 90.38 172.93 136.29 -
System Red Green Blue C M Y K H S L
Decimal 102 69 170 0.4 0.59 0 0.33 259.6 0.42 0.47
Hex 66 45 AA 28 3B 0 21 104 2A 2F
Octal 146 105 252 50 73 0 41 404 52 57
Binary 1100110 1000101 10101010 101000 111011 0 100001 100000100 101010 101111

Color Harmonies of #6645AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6645AA

Black with #6645AA

Text Example


Text Example

White with #6645AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6645AA;
 }
 .AnyTagClassName
 {
   color: #6645AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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