Html Css Color HEX #662595 Royal Purple

📋 copy color: '#662595'

red 102 ◦ green 37 ◦ blue 149

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

Shades of Royal Purple #662595

Tints of Royal Purple #662595

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.85%

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

R = 35.42%
G = 12.85%
B = 51.74%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#662595 (or 0x662595) is known color: Royal Purple. HEX triplet: 66, 25 and 95. RGB value is (102,37,149). Sum of RGB (Red+Green+Blue) = 102+37+149=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #662595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662595 is #99DA6A. Grayscale: #444444. Windows color (decimal): -10082923 or 9774438. OLE color: 9774438.

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

Color convert

RGB 102 37 149 -
CMYK 0.32 0.75 0 0.42
HSL 274.82º 0.6% 0.36% -
HSV(B) 274.82º 0.75% 0.58% -
XYZ 11.57 6.32 29.04 -
YUV 69.2 173.03 151.39 -
System Red Green Blue C M Y K H S L
Decimal 102 37 149 0.32 0.75 0 0.42 274.82 0.6 0.36
Hex 66 25 95 20 4B 0 2A 113 3C 24
Octal 146 45 225 40 113 0 52 423 74 44
Binary 1100110 100101 10010101 100000 1001011 0 101010 100010011 111100 100100

Color Harmonies of #662595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662595

Black with #662595

Text Example


Text Example

White with #662595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662595; }

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

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

background-color css

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

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

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

border-color css

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

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

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