#662598

Color #662598 Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #662598

Tints of Royal Purple #662598

Color information

#662598 (or 0x662598) is unknown color: approx Royal Purple. HEX triplet: 66, 25 and 98. RGB value is (102,37,152). Sum of RGB (Red+Green+Blue) = 102+37+152=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 152 (59.77% from 255 or 52.23% from 291); Max value from RGB is 152 - color contains mainly: blue. Hex color #662598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662598 is #99DA67. Grayscale: #454545. Windows color (decimal): -10082920 or 9971046. OLE color: 9971046.

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

Color convert

RGB10237152-
CMYK0.330.7600.40
HSL273.91º60.85%37.06%-
HSV(B)273.91º75.66%59.61%-
XYZ11.816.4130.32-
YUV69.54174.53151.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.05%
GREEN value IS 37 (14.84% from 255) = 12.71%
BLUE value IS 152 (59.77% from 255) = 52.23%
R=35.05%
G=12.71%
B=52.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal102371520.330.7600.40273.9160.8537.06
Hex662598214C0281123d25
Octal14645230411140504227545
Binary11001101001011001100010000110011000101000100010010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662598; }

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

 H1.HeaderClassName
 {
   color: #662598;
 }
 .AnyTagClassName
 {
   color: #662598;
 }
</style>
background-color css

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

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

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

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

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

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