Html Css Color HEX #66449E Royal Purple

📋 copy color: '#66449E'

red 102 ◦ green 68 ◦ blue 158

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

Shades of Royal Purple #66449E

Tints of Royal Purple #66449E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.73%

 BLUE value IS 158 (62.11% from 255) = 48.17%

R = 31.1%
G = 20.73%
B = 48.17%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66449E (or 0x66449E) is known color: Royal Purple. HEX triplet: 66, 44 and 9E. RGB value is (102,68,158). Sum of RGB (Red+Green+Blue) = 102+68+158=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 158 (62.11% from 255 or 48.17% from 328); Max value from RGB is 158 - color contains mainly: blue. Hex color #66449E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66449E is #99BB61. Grayscale: #585858. Windows color (decimal): -10074978 or 10372198. OLE color: 10372198.

HSL color Cylindrical-coordinate representation of color #66449E: hue angle of 262.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66449E is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 68 158 -
CMYK 0.35 0.57 0 0.38
HSL 262.67º 0.4% 0.44% -
HSV(B) 262.67º 0.57% 0.62% -
XYZ 13.72 9.43 33.44 -
YUV 88.43 167.26 137.68 -
System Red Green Blue C M Y K H S L
Decimal 102 68 158 0.35 0.57 0 0.38 262.67 0.4 0.44
Hex 66 44 9E 23 39 0 26 107 28 2C
Octal 146 104 236 43 71 0 46 407 50 54
Binary 1100110 1000100 10011110 100011 111001 0 100110 100000111 101000 101100

Color Harmonies of #66449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66449E

Black with #66449E

Text Example


Text Example

White with #66449E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66449E; }

 p { color: rgb(102,68,158); }

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

background-color css

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

 a { background-color: rgb(102,68,158); }

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

border-color css

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

 span { border-color: rgb(102,68,158); }

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