Html Css Color HEX #66469F Royal Purple

📋 copy color: '#66469F'

red 102 ◦ green 70 ◦ blue 159

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

Shades of Royal Purple #66469F

Tints of Royal Purple #66469F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.15%

 BLUE value IS 159 (62.5% from 255) = 48.04%

R = 30.82%
G = 21.15%
B = 48.04%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66469F (or 0x66469F) is known color: Royal Purple. HEX triplet: 66, 46 and 9F. RGB value is (102,70,159). Sum of RGB (Red+Green+Blue) = 102+70+159=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #66469F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66469F is #99B960. Grayscale: #595959. Windows color (decimal): -10074465 or 10438246. OLE color: 10438246.

HSL color Cylindrical-coordinate representation of color #66469F: hue angle of 261.57º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66469F is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 70 159 -
CMYK 0.36 0.56 0 0.38
HSL 261.57º 0.39% 0.45% -
HSV(B) 261.57º 0.56% 0.62% -
XYZ 13.93 9.71 33.94 -
YUV 89.71 167.1 136.76 -
System Red Green Blue C M Y K H S L
Decimal 102 70 159 0.36 0.56 0 0.38 261.57 0.39 0.45
Hex 66 46 9F 24 38 0 26 106 27 2D
Octal 146 106 237 44 70 0 46 406 47 55
Binary 1100110 1000110 10011111 100100 111000 0 100110 100000110 100111 101101

Color Harmonies of #66469F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66469F

Black with #66469F

Text Example


Text Example

White with #66469F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66469F; }

 p { color: rgb(102,70,159); }

 H1.HeaderClassName
 {
   color: #66469F;
 }
 .AnyTagClassName
 {
   color: #66469F;
 }
</style>

background-color css

<style>
 a { background-color: #66469F; }

 a { background-color: rgb(102,70,159); }

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

border-color css

<style>
 span { border-color: #66469F; }

 span { border-color: rgb(102,70,159); }

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