Html Css Color HEX #6641AA Royal Purple

📋 copy color: '#6641AA'

red 102 ◦ green 65 ◦ blue 170

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

Shades of Royal Purple #6641AA

Tints of Royal Purple #6641AA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.29%

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

R = 30.27%
G = 19.29%
B = 50.45%

CMYK

 C value IS 0.4

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6641AA (or 0x6641AA) is known color: Royal Purple. HEX triplet: 66, 41 and AA. RGB value is (102,65,170). Sum of RGB (Red+Green+Blue) = 102+65+170=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #6641AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6641AA is #99BE55. Grayscale: #575757. Windows color (decimal): -10075734 or 11157862. OLE color: 11157862.

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

Color convert

RGB 102 65 170 -
CMYK 0.4 0.62 0 0.33
HSL 261.14º 0.45% 0.46% -
HSV(B) 261.14º 0.62% 0.67% -
XYZ 14.63 9.51 39.09 -
YUV 88.03 174.26 137.96 -
System Red Green Blue C M Y K H S L
Decimal 102 65 170 0.4 0.62 0 0.33 261.14 0.45 0.46
Hex 66 41 AA 28 3E 0 21 105 2D 2E
Octal 146 101 252 50 76 0 41 405 55 56
Binary 1100110 1000001 10101010 101000 111110 0 100001 100000101 101101 101110

Color Harmonies of #6641AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6641AA

Black with #6641AA

Text Example


Text Example

White with #6641AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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