Html Css Color HEX #664299 Royal Purple

📋 copy color: '#664299'

red 102 ◦ green 66 ◦ blue 153

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

Shades of Royal Purple #664299

Tints of Royal Purple #664299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 47.66%

R = 31.78%
G = 20.56%
B = 47.66%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#664299 (or 0x664299) is known color: Royal Purple. HEX triplet: 66, 42 and 99. RGB value is (102,66,153). Sum of RGB (Red+Green+Blue) = 102+66+153=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #664299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664299 is #99BD66. Grayscale: #565656. Windows color (decimal): -10075495 or 10044006. OLE color: 10044006.

HSL color Cylindrical-coordinate representation of color #664299: hue angle of 264.83º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #664299 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 102 66 153 -
CMYK 0.33 0.57 0 0.4
HSL 264.83º 0.4% 0.43% -
HSV(B) 264.83º 0.57% 0.6% -
XYZ 13.18 9.02 31.18 -
YUV 86.68 165.43 138.93 -
System Red Green Blue C M Y K H S L
Decimal 102 66 153 0.33 0.57 0 0.4 264.83 0.4 0.43
Hex 66 42 99 21 39 0 28 109 28 2B
Octal 146 102 231 41 71 0 50 411 50 53
Binary 1100110 1000010 10011001 100001 111001 0 101000 100001001 101000 101011

Color Harmonies of #664299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664299

Black with #664299

Text Example


Text Example

White with #664299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664299; }

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

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

background-color css

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

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

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

border-color css

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

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

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