Html Css Color HEX #663295 Royal Purple

📋 copy color: '#663295'

red 102 ◦ green 50 ◦ blue 149

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

Shades of Royal Purple #663295

Tints of Royal Purple #663295

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.61%

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

R = 33.89%
G = 16.61%
B = 49.5%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#663295 (or 0x663295) is known color: Royal Purple. HEX triplet: 66, 32 and 95. RGB value is (102,50,149). Sum of RGB (Red+Green+Blue) = 102+50+149=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #663295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663295 is #99CD6A. Grayscale: #4C4C4C. Windows color (decimal): -10079595 or 9777766. OLE color: 9777766.

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

Color convert

RGB 102 50 149 -
CMYK 0.32 0.66 0 0.42
HSL 271.52º 0.5% 0.39% -
HSV(B) 271.52º 0.66% 0.58% -
XYZ 12.04 7.28 29.2 -
YUV 76.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 102 50 149 0.32 0.66 0 0.42 271.52 0.5 0.39
Hex 66 32 95 20 42 0 2A 110 32 27
Octal 146 62 225 40 102 0 52 420 62 47
Binary 1100110 110010 10010101 100000 1000010 0 101010 100010000 110010 100111

Color Harmonies of #663295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663295

Black with #663295

Text Example


Text Example

White with #663295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663295; }

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

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

background-color css

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

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

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

border-color css

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

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

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