Html Css Color HEX #662397 Royal Purple

📋 copy color: '#662397'

red 102 ◦ green 35 ◦ blue 151

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

Shades of Royal Purple #662397

Tints of Royal Purple #662397

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.15%

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

R = 35.42%
G = 12.15%
B = 52.43%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#662397 (or 0x662397) is known color: Royal Purple. HEX triplet: 66, 23 and 97. RGB value is (102,35,151). Sum of RGB (Red+Green+Blue) = 102+35+151=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 151 (59.38% from 255 or 52.43% from 288); Max value from RGB is 151 - color contains mainly: blue. Hex color #662397 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662397 is #99DC68. Grayscale: #434343. Windows color (decimal): -10083433 or 9904998. OLE color: 9904998.

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

Color convert

RGB 102 35 151 -
CMYK 0.32 0.77 0 0.41
HSL 274.66º 0.62% 0.36% -
HSV(B) 274.66º 0.77% 0.59% -
XYZ 11.67 6.26 29.87 -
YUV 68.26 174.7 152.07 -
System Red Green Blue C M Y K H S L
Decimal 102 35 151 0.32 0.77 0 0.41 274.66 0.62 0.36
Hex 66 23 97 20 4D 0 29 113 3E 24
Octal 146 43 227 40 115 0 51 423 76 44
Binary 1100110 100011 10010111 100000 1001101 0 101001 100010011 111110 100100

Color Harmonies of #662397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662397

Black with #662397

Text Example


Text Example

White with #662397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662397; }

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

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

background-color css

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

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

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

border-color css

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

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

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