Html Css Color HEX #662C96 Royal Purple

📋 copy color: '#662C96'

red 102 ◦ green 44 ◦ blue 150

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

Shades of Royal Purple #662C96

Tints of Royal Purple #662C96

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.86%

 BLUE value IS 150 (58.98% from 255) = 50.68%

R = 34.46%
G = 14.86%
B = 50.68%

CMYK

 C value IS 0.32

 M value IS 0.71

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#662C96 (or 0x662C96) is known color: Royal Purple. HEX triplet: 66, 2C and 96. RGB value is (102,44,150). Sum of RGB (Red+Green+Blue) = 102+44+150=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 150 (58.98% from 255 or 50.68% from 296); Max value from RGB is 150 - color contains mainly: blue. Hex color #662C96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662C96 is #99D369. Grayscale: #494949. Windows color (decimal): -10081130 or 9841766. OLE color: 9841766.

HSL color Cylindrical-coordinate representation of color #662C96: hue angle of 272.83º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #662C96 is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 44 150 -
CMYK 0.32 0.71 0 0.41
HSL 272.83º 0.55% 0.38% -
HSV(B) 272.83º 0.71% 0.59% -
XYZ 11.89 6.83 29.55 -
YUV 73.43 171.22 148.38 -
System Red Green Blue C M Y K H S L
Decimal 102 44 150 0.32 0.71 0 0.41 272.83 0.55 0.38
Hex 66 2C 96 20 47 0 29 111 37 26
Octal 146 54 226 40 107 0 51 421 67 46
Binary 1100110 101100 10010110 100000 1000111 0 101001 100010001 110111 100110

Color Harmonies of #662C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662C96

Black with #662C96

Text Example


Text Example

White with #662C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662C96; }

 p { color: rgb(102,44,150); }

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

background-color css

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

 a { background-color: rgb(102,44,150); }

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

border-color css

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

 span { border-color: rgb(102,44,150); }

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