Html Css Color HEX #662898 Royal Purple

📋 copy color: '#662898'

red 102 ◦ green 40 ◦ blue 152

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

Shades of Royal Purple #662898

Tints of Royal Purple #662898

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.61%

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

R = 34.69%
G = 13.61%
B = 51.7%

CMYK

 C value IS 0.33

 M value IS 0.74

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#662898 (or 0x662898) is known color: Royal Purple. HEX triplet: 66, 28 and 98. RGB value is (102,40,152). Sum of RGB (Red+Green+Blue) = 102+40+152=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 152 (59.77% from 255 or 51.70% from 294); Max value from RGB is 152 - color contains mainly: blue. Hex color #662898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662898 is #99D767. Grayscale: #464646. Windows color (decimal): -10082152 or 9971814. OLE color: 9971814.

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

Color convert

RGB 102 40 152 -
CMYK 0.33 0.74 0 0.40
HSL 273.21º 0.58% 0.38% -
HSV(B) 273.21º 0.74% 0.6% -
XYZ 11.91 6.61 30.35 -
YUV 71.31 173.54 149.89 -
System Red Green Blue C M Y K H S L
Decimal 102 40 152 0.33 0.74 0 0.40 273.21 0.58 0.38
Hex 66 28 98 21 4A 0 28 111 3A 26
Octal 146 50 230 41 112 0 50 421 72 46
Binary 1100110 101000 10011000 100001 1001010 0 101000 100010001 111010 100110

Color Harmonies of #662898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662898

Black with #662898

Text Example


Text Example

White with #662898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662898; }

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

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

background-color css

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

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

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

border-color css

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

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

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