Html Css Color HEX #663495 Royal Purple

📋 copy color: '#663495'

red 102 ◦ green 52 ◦ blue 149

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

Shades of Royal Purple #663495

Tints of Royal Purple #663495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.17%

R = 33.66%
G = 17.16%
B = 49.17%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#663495 (or 0x663495) is known color: Royal Purple. HEX triplet: 66, 34 and 95. RGB value is (102,52,149). Sum of RGB (Red+Green+Blue) = 102+52+149=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #663495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663495 is #99CB6A. Grayscale: #4D4D4D. Windows color (decimal): -10079083 or 9778278. OLE color: 9778278.

HSL color Cylindrical-coordinate representation of color #663495: hue angle of 270.93º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #663495 is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 52 149 -
CMYK 0.32 0.65 0 0.42
HSL 270.93º 0.48% 0.39% -
HSV(B) 270.93º 0.65% 0.58% -
XYZ 12.13 7.45 29.23 -
YUV 78.01 168.07 145.11 -
System Red Green Blue C M Y K H S L
Decimal 102 52 149 0.32 0.65 0 0.42 270.93 0.48 0.39
Hex 66 34 95 20 41 0 2A 10F 30 27
Octal 146 64 225 40 101 0 52 417 60 47
Binary 1100110 110100 10010101 100000 1000001 0 101010 100001111 110000 100111

Color Harmonies of #663495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663495

Black with #663495

Text Example


Text Example

White with #663495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663495; }

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

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

background-color css

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

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

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

border-color css

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

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

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