Html Css Color HEX #66489D Royal Purple

📋 copy color: '#66489D'

red 102 ◦ green 72 ◦ blue 157

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

Shades of Royal Purple #66489D

Tints of Royal Purple #66489D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.75%

 BLUE value IS 157 (61.72% from 255) = 47.43%

R = 30.82%
G = 21.75%
B = 47.43%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66489D (or 0x66489D) is known color: Royal Purple. HEX triplet: 66, 48 and 9D. RGB value is (102,72,157). Sum of RGB (Red+Green+Blue) = 102+72+157=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #66489D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66489D is #99B762. Grayscale: #5A5A5A. Windows color (decimal): -10073955 or 10307686. OLE color: 10307686.

HSL color Cylindrical-coordinate representation of color #66489D: hue angle of 261.18º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66489D is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 72 157 -
CMYK 0.35 0.54 0 0.38
HSL 261.18º 0.37% 0.45% -
HSV(B) 261.18º 0.54% 0.62% -
XYZ 13.88 9.89 33.08 -
YUV 90.66 165.44 136.09 -
System Red Green Blue C M Y K H S L
Decimal 102 72 157 0.35 0.54 0 0.38 261.18 0.37 0.45
Hex 66 48 9D 23 36 0 26 105 25 2D
Octal 146 110 235 43 66 0 46 405 45 55
Binary 1100110 1001000 10011101 100011 110110 0 100110 100000101 100101 101101

Color Harmonies of #66489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66489D

Black with #66489D

Text Example


Text Example

White with #66489D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66489D; }

 p { color: rgb(102,72,157); }

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

background-color css

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

 a { background-color: rgb(102,72,157); }

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

border-color css

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

 span { border-color: rgb(102,72,157); }

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