Html Css Color HEX #6642AA Royal Purple

📋 copy color: '#6642AA'

red 102 ◦ green 66 ◦ blue 170

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

Shades of Royal Purple #6642AA

Tints of Royal Purple #6642AA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.53%

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

R = 30.18%
G = 19.53%
B = 50.3%

CMYK

 C value IS 0.4

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6642AA (or 0x6642AA) is known color: Royal Purple. HEX triplet: 66, 42 and AA. RGB value is (102,66,170). Sum of RGB (Red+Green+Blue) = 102+66+170=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #6642AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6642AA is #99BD55. Grayscale: #585858. Windows color (decimal): -10075478 or 11158118. OLE color: 11158118.

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

Color convert

RGB 102 66 170 -
CMYK 0.4 0.61 0 0.33
HSL 260.77º 0.44% 0.46% -
HSV(B) 260.77º 0.61% 0.67% -
XYZ 14.68 9.62 39.11 -
YUV 88.62 173.93 137.54 -
System Red Green Blue C M Y K H S L
Decimal 102 66 170 0.4 0.61 0 0.33 260.77 0.44 0.46
Hex 66 42 AA 28 3D 0 21 105 2C 2E
Octal 146 102 252 50 75 0 41 405 54 56
Binary 1100110 1000010 10101010 101000 111101 0 100001 100000101 101100 101110

Color Harmonies of #6642AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6642AA

Black with #6642AA

Text Example


Text Example

White with #6642AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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