Html Css Color HEX #664095 Royal Purple

📋 copy color: '#664095'

red 102 ◦ green 64 ◦ blue 149

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

Shades of Royal Purple #664095

Tints of Royal Purple #664095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.32%

 BLUE value IS 149 (58.59% from 255) = 47.3%

R = 32.38%
G = 20.32%
B = 47.3%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#664095 (or 0x664095) is known color: Royal Purple. HEX triplet: 66, 40 and 95. RGB value is (102,64,149). Sum of RGB (Red+Green+Blue) = 102+64+149=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #664095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664095 is #99BF6A. Grayscale: #545454. Windows color (decimal): -10076011 or 9781350. OLE color: 9781350.

HSL color Cylindrical-coordinate representation of color #664095: hue angle of 266.82º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #664095 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 64 149 -
CMYK 0.32 0.57 0 0.42
HSL 266.82º 0.4% 0.42% -
HSV(B) 266.82º 0.57% 0.58% -
XYZ 12.74 8.66 29.43 -
YUV 85.05 164.09 140.09 -
System Red Green Blue C M Y K H S L
Decimal 102 64 149 0.32 0.57 0 0.42 266.82 0.4 0.42
Hex 66 40 95 20 39 0 2A 10B 28 2A
Octal 146 100 225 40 71 0 52 413 50 52
Binary 1100110 1000000 10010101 100000 111001 0 101010 100001011 101000 101010

Color Harmonies of #664095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664095

Black with #664095

Text Example


Text Example

White with #664095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664095; }

 p { color: rgb(102,64,149); }

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

background-color css

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

 a { background-color: rgb(102,64,149); }

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

border-color css

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

 span { border-color: rgb(102,64,149); }

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