Html Css Color HEX #662097 Royal Purple

📋 copy color: '#662097'

red 102 ◦ green 32 ◦ blue 151

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

Shades of Royal Purple #662097

Tints of Royal Purple #662097

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.23%

 BLUE value IS 151 (59.38% from 255) = 52.98%

R = 35.79%
G = 11.23%
B = 52.98%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#662097 (or 0x662097) is known color: Royal Purple. HEX triplet: 66, 20 and 97. RGB value is (102,32,151). Sum of RGB (Red+Green+Blue) = 102+32+151=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 151 (59.38% from 255 or 52.98% from 285); Max value from RGB is 151 - color contains mainly: blue. Hex color #662097 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662097 is #99DF68. Grayscale: #424242. Windows color (decimal): -10084201 or 9904230. OLE color: 9904230.

HSL color Cylindrical-coordinate representation of color #662097: hue angle of 275.29º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #662097 is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 32 151 -
CMYK 0.32 0.79 0 0.41
HSL 275.29º 0.65% 0.36% -
HSV(B) 275.29º 0.79% 0.59% -
XYZ 11.58 6.09 29.84 -
YUV 66.5 175.69 153.32 -
System Red Green Blue C M Y K H S L
Decimal 102 32 151 0.32 0.79 0 0.41 275.29 0.65 0.36
Hex 66 20 97 20 4F 0 29 113 41 24
Octal 146 40 227 40 117 0 51 423 101 44
Binary 1100110 100000 10010111 100000 1001111 0 101001 100010011 1000001 100100

Color Harmonies of #662097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662097

Black with #662097

Text Example


Text Example

White with #662097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662097; }

 p { color: rgb(102,32,151); }

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

background-color css

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

 a { background-color: rgb(102,32,151); }

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

border-color css

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

 span { border-color: rgb(102,32,151); }

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