Html Css Color HEX #662995 Royal Purple

📋 copy color: '#662995'

red 102 ◦ green 41 ◦ blue 149

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

Shades of Royal Purple #662995

Tints of Royal Purple #662995

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.04%

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

R = 34.93%
G = 14.04%
B = 51.03%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#662995 (or 0x662995) is known color: Royal Purple. HEX triplet: 66, 29 and 95. RGB value is (102,41,149). Sum of RGB (Red+Green+Blue) = 102+41+149=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 149 (58.59% from 255 or 51.03% from 292); Max value from RGB is 149 - color contains mainly: blue. Hex color #662995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662995 is #99D66A. Grayscale: #474747. Windows color (decimal): -10081899 or 9775462. OLE color: 9775462.

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

Color convert

RGB 102 41 149 -
CMYK 0.32 0.72 0 0.42
HSL 273.89º 0.57% 0.37% -
HSV(B) 273.89º 0.72% 0.58% -
XYZ 11.7 6.58 29.09 -
YUV 71.55 171.71 149.72 -
System Red Green Blue C M Y K H S L
Decimal 102 41 149 0.32 0.72 0 0.42 273.89 0.57 0.37
Hex 66 29 95 20 48 0 2A 112 39 25
Octal 146 51 225 40 110 0 52 422 71 45
Binary 1100110 101001 10010101 100000 1001000 0 101010 100010010 111001 100101

Color Harmonies of #662995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662995

Black with #662995

Text Example


Text Example

White with #662995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662995; }

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

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

background-color css

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

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

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

border-color css

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

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

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