Html Css Color HEX #66449A Royal Purple

📋 copy color: '#66449A'

red 102 ◦ green 68 ◦ blue 154

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

Shades of Royal Purple #66449A

Tints of Royal Purple #66449A

RGB

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

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

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

R = 31.48%
G = 20.99%
B = 47.53%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#66449A (or 0x66449A) is known color: Royal Purple. HEX triplet: 66, 44 and 9A. RGB value is (102,68,154). Sum of RGB (Red+Green+Blue) = 102+68+154=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 154 - color contains mainly: blue. Hex color #66449A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66449A is #99BB65. Grayscale: #575757. Windows color (decimal): -10074982 or 10110054. OLE color: 10110054.

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

Color convert

RGB 102 68 154 -
CMYK 0.34 0.56 0 0.40
HSL 263.72º 0.39% 0.44% -
HSV(B) 263.72º 0.56% 0.6% -
XYZ 13.38 9.29 31.66 -
YUV 87.97 165.26 138.01 -
System Red Green Blue C M Y K H S L
Decimal 102 68 154 0.34 0.56 0 0.40 263.72 0.39 0.44
Hex 66 44 9A 22 38 0 28 108 27 2C
Octal 146 104 232 42 70 0 50 410 47 54
Binary 1100110 1000100 10011010 100010 111000 0 101000 100001000 100111 101100

Color Harmonies of #66449A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66449A

Black with #66449A

Text Example


Text Example

White with #66449A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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