Html Css Color HEX #662598 Royal Purple

📋 copy color: '#662598'

red 102 ◦ green 37 ◦ blue 152

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

Shades of Royal Purple #662598

Tints of Royal Purple #662598

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 value IS 0.33

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#662598 (or 0x662598) is known color: 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

RGB 102 37 152 -
CMYK 0.33 0.76 0 0.40
HSL 273.91º 0.61% 0.37% -
HSV(B) 273.91º 0.76% 0.6% -
XYZ 11.81 6.41 30.32 -
YUV 69.55 174.53 151.15 -
System Red Green Blue C M Y K H S L
Decimal 102 37 152 0.33 0.76 0 0.40 273.91 0.61 0.37
Hex 66 25 98 21 4C 0 28 112 3D 25
Octal 146 45 230 41 114 0 50 422 75 45
Binary 1100110 100101 10011000 100001 1001100 0 101000 100010010 111101 100101

Color Harmonies of #662598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662598

Black with #662598

Text Example


Text Example

White with #662598

Text Example


Text Example

HTML Codes & Css Web 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>