Html Css Color HEX #662198 Royal Purple

📋 copy color: '#662198'

red 102 ◦ green 33 ◦ blue 152

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

Shades of Royal Purple #662198

Tints of Royal Purple #662198

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.5%

 BLUE value IS 152 (59.77% from 255) = 52.96%

R = 35.54%
G = 11.5%
B = 52.96%

CMYK

 C value IS 0.33

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#662198 (or 0x662198) is known color: Royal Purple. HEX triplet: 66, 21 and 98. RGB value is (102,33,152). Sum of RGB (Red+Green+Blue) = 102+33+152=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #662198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662198 is #99DE67. Grayscale: #424242. Windows color (decimal): -10083944 or 9970022. OLE color: 9970022.

HSL color Cylindrical-coordinate representation of color #662198: hue angle of 274.79º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #662198 is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 33 152 -
CMYK 0.33 0.78 0 0.40
HSL 274.79º 0.64% 0.36% -
HSV(B) 274.79º 0.78% 0.6% -
XYZ 11.69 6.18 30.28 -
YUV 67.2 175.86 152.82 -
System Red Green Blue C M Y K H S L
Decimal 102 33 152 0.33 0.78 0 0.40 274.79 0.64 0.36
Hex 66 21 98 21 4E 0 28 113 40 24
Octal 146 41 230 41 116 0 50 423 100 44
Binary 1100110 100001 10011000 100001 1001110 0 101000 100010011 1000000 100100

Color Harmonies of #662198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662198

Black with #662198

Text Example


Text Example

White with #662198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662198; }

 p { color: rgb(102,33,152); }

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

background-color css

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

 a { background-color: rgb(102,33,152); }

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

border-color css

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

 span { border-color: rgb(102,33,152); }

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