Html Css Color HEX #66449B Royal Purple

📋 copy color: '#66449B'

red 102 ◦ green 68 ◦ blue 155

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

Shades of Royal Purple #66449B

Tints of Royal Purple #66449B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.69%

R = 31.38%
G = 20.92%
B = 47.69%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#66449B (or 0x66449B) is known color: Royal Purple. HEX triplet: 66, 44 and 9B. RGB value is (102,68,155). Sum of RGB (Red+Green+Blue) = 102+68+155=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #66449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66449B is #99BB64. Grayscale: #575757. Windows color (decimal): -10074981 or 10175590. OLE color: 10175590.

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

Color convert

RGB 102 68 155 -
CMYK 0.34 0.56 0 0.39
HSL 263.45º 0.39% 0.44% -
HSV(B) 263.45º 0.56% 0.61% -
XYZ 13.46 9.33 32.1 -
YUV 88.08 165.76 137.93 -
System Red Green Blue C M Y K H S L
Decimal 102 68 155 0.34 0.56 0 0.39 263.45 0.39 0.44
Hex 66 44 9B 22 38 0 27 107 27 2C
Octal 146 104 233 42 70 0 47 407 47 54
Binary 1100110 1000100 10011011 100010 111000 0 100111 100000111 100111 101100

Color Harmonies of #66449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66449B

Black with #66449B

Text Example


Text Example

White with #66449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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