Html Css Color HEX #662895 Royal Purple

📋 copy color: '#662895'

red 102 ◦ green 40 ◦ blue 149

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

Shades of Royal Purple #662895

Tints of Royal Purple #662895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.75%

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

R = 35.05%
G = 13.75%
B = 51.2%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#662895 (or 0x662895) is known color: Royal Purple. HEX triplet: 66, 28 and 95. RGB value is (102,40,149). Sum of RGB (Red+Green+Blue) = 102+40+149=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #662895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662895 is #99D76A. Grayscale: #464646. Windows color (decimal): -10082155 or 9775206. OLE color: 9775206.

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

Color convert

RGB 102 40 149 -
CMYK 0.32 0.73 0 0.42
HSL 274.13º 0.58% 0.37% -
HSV(B) 274.13º 0.73% 0.58% -
XYZ 11.66 6.51 29.08 -
YUV 70.96 172.04 150.14 -
System Red Green Blue C M Y K H S L
Decimal 102 40 149 0.32 0.73 0 0.42 274.13 0.58 0.37
Hex 66 28 95 20 49 0 2A 112 3A 25
Octal 146 50 225 40 111 0 52 422 72 45
Binary 1100110 101000 10010101 100000 1001001 0 101010 100010010 111010 100101

Color Harmonies of #662895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662895

Black with #662895

Text Example


Text Example

White with #662895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662895; }

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

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

background-color css

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

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

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

border-color css

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

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

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