Html Css Color HEX #663497 Royal Purple

📋 copy color: '#663497'

red 102 ◦ green 52 ◦ blue 151

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

Shades of Royal Purple #663497

Tints of Royal Purple #663497

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.05%

 BLUE value IS 151 (59.38% from 255) = 49.51%

R = 33.44%
G = 17.05%
B = 49.51%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#663497 (or 0x663497) is known color: Royal Purple. HEX triplet: 66, 34 and 97. RGB value is (102,52,151). Sum of RGB (Red+Green+Blue) = 102+52+151=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 151 (59.38% from 255 or 49.51% from 305); Max value from RGB is 151 - color contains mainly: blue. Hex color #663497 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663497 is #99CB68. Grayscale: #4D4D4D. Windows color (decimal): -10079081 or 9909350. OLE color: 9909350.

HSL color Cylindrical-coordinate representation of color #663497: hue angle of 270.3º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #663497 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 52 151 -
CMYK 0.32 0.66 0 0.41
HSL 270.3º 0.49% 0.4% -
HSV(B) 270.3º 0.66% 0.59% -
XYZ 12.29 7.52 30.08 -
YUV 78.24 169.07 144.95 -
System Red Green Blue C M Y K H S L
Decimal 102 52 151 0.32 0.66 0 0.41 270.3 0.49 0.4
Hex 66 34 97 20 42 0 29 10E 31 28
Octal 146 64 227 40 102 0 51 416 61 50
Binary 1100110 110100 10010111 100000 1000010 0 101001 100001110 110001 101000

Color Harmonies of #663497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663497

Black with #663497

Text Example


Text Example

White with #663497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663497; }

 p { color: rgb(102,52,151); }

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

background-color css

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

 a { background-color: rgb(102,52,151); }

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

border-color css

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

 span { border-color: rgb(102,52,151); }

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