Html Css Color HEX #66499A Royal Purple

📋 copy color: '#66499A'

red 102 ◦ green 73 ◦ blue 154

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

Shades of Royal Purple #66499A

Tints of Royal Purple #66499A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.19%

 BLUE value IS 154 (60.55% from 255) = 46.81%

R = 31%
G = 22.19%
B = 46.81%

CMYK

 C value IS 0.34

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#66499A (or 0x66499A) is known color: Royal Purple. HEX triplet: 66, 49 and 9A. RGB value is (102,73,154). Sum of RGB (Red+Green+Blue) = 102+73+154=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 154 (60.55% from 255 or 46.81% from 329); Max value from RGB is 154 - color contains mainly: blue. Hex color #66499A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66499A is #99B665. Grayscale: #5A5A5A. Windows color (decimal): -10073702 or 10111334. OLE color: 10111334.

HSL color Cylindrical-coordinate representation of color #66499A: hue angle of 261.48º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66499A is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 73 154 -
CMYK 0.34 0.53 0 0.40
HSL 261.48º 0.36% 0.45% -
HSV(B) 261.48º 0.53% 0.6% -
XYZ 13.69 9.92 31.77 -
YUV 90.91 163.61 135.91 -
System Red Green Blue C M Y K H S L
Decimal 102 73 154 0.34 0.53 0 0.40 261.48 0.36 0.45
Hex 66 49 9A 22 35 0 28 105 24 2D
Octal 146 111 232 42 65 0 50 405 44 55
Binary 1100110 1001001 10011010 100010 110101 0 101000 100000101 100100 101101

Color Harmonies of #66499A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66499A

Black with #66499A

Text Example


Text Example

White with #66499A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66499A; }

 p { color: rgb(102,73,154); }

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

background-color css

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

 a { background-color: rgb(102,73,154); }

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

border-color css

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

 span { border-color: rgb(102,73,154); }

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