Html Css Color HEX #663698 Royal Purple

📋 copy color: '#663698'

red 102 ◦ green 54 ◦ blue 152

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

Shades of Royal Purple #663698

Tints of Royal Purple #663698

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.53%

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

R = 33.12%
G = 17.53%
B = 49.35%

CMYK

 C value IS 0.33

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#663698 (or 0x663698) is known color: Royal Purple. HEX triplet: 66, 36 and 98. RGB value is (102,54,152). Sum of RGB (Red+Green+Blue) = 102+54+152=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 152 (59.77% from 255 or 49.35% from 308); Max value from RGB is 152 - color contains mainly: blue. Hex color #663698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663698 is #99C967. Grayscale: #4F4F4F. Windows color (decimal): -10078568 or 9975398. OLE color: 9975398.

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

Color convert

RGB 102 54 152 -
CMYK 0.33 0.64 0 0.40
HSL 269.39º 0.48% 0.4% -
HSV(B) 269.39º 0.64% 0.6% -
XYZ 12.47 7.73 30.54 -
YUV 79.52 168.9 144.03 -
System Red Green Blue C M Y K H S L
Decimal 102 54 152 0.33 0.64 0 0.40 269.39 0.48 0.4
Hex 66 36 98 21 40 0 28 10D 30 28
Octal 146 66 230 41 100 0 50 415 60 50
Binary 1100110 110110 10011000 100001 1000000 0 101000 100001101 110000 101000

Color Harmonies of #663698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663698

Black with #663698

Text Example


Text Example

White with #663698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663698; }

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

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

background-color css

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

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

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

border-color css

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

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

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