Html Css Color HEX #662698 Royal Purple

📋 copy color: '#662698'

red 102 ◦ green 38 ◦ blue 152

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

Shades of Royal Purple #662698

Tints of Royal Purple #662698

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.01%

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

R = 34.93%
G = 13.01%
B = 52.05%

CMYK

 C value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#662698 (or 0x662698) is known color: Royal Purple. HEX triplet: 66, 26 and 98. RGB value is (102,38,152). Sum of RGB (Red+Green+Blue) = 102+38+152=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 152 (59.77% from 255 or 52.05% from 292); Max value from RGB is 152 - color contains mainly: blue. Hex color #662698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662698 is #99D967. Grayscale: #454545. Windows color (decimal): -10082664 or 9971302. OLE color: 9971302.

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

Color convert

RGB 102 38 152 -
CMYK 0.33 0.75 0 0.40
HSL 273.68º 0.6% 0.37% -
HSV(B) 273.68º 0.75% 0.6% -
XYZ 11.84 6.48 30.33 -
YUV 70.13 174.2 150.73 -
System Red Green Blue C M Y K H S L
Decimal 102 38 152 0.33 0.75 0 0.40 273.68 0.6 0.37
Hex 66 26 98 21 4B 0 28 112 3C 25
Octal 146 46 230 41 113 0 50 422 74 45
Binary 1100110 100110 10011000 100001 1001011 0 101000 100010010 111100 100101

Color Harmonies of #662698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662698

Black with #662698

Text Example


Text Example

White with #662698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662698; }

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

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

background-color css

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

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

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

border-color css

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

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

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