Html Css Color HEX #663395 Royal Purple

📋 copy color: '#663395'

red 102 ◦ green 51 ◦ blue 149

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

Shades of Royal Purple #663395

Tints of Royal Purple #663395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.89%

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

R = 33.77%
G = 16.89%
B = 49.34%

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

#663395 (or 0x663395) is known color: Royal Purple. HEX triplet: 66, 33 and 95. RGB value is (102,51,149). Sum of RGB (Red+Green+Blue) = 102+51+149=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #663395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663395 is #99CC6A. Grayscale: #4D4D4D. Windows color (decimal): -10079339 or 9778022. OLE color: 9778022.

HSL color Cylindrical-coordinate representation of color #663395: hue angle of 271.22º degrees, saturation: 0.49, 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 #663395 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 51 149 -
CMYK 0.32 0.66 0 0.42
HSL 271.22º 0.49% 0.39% -
HSV(B) 271.22º 0.66% 0.58% -
XYZ 12.09 7.36 29.22 -
YUV 77.42 168.4 145.53 -
System Red Green Blue C M Y K H S L
Decimal 102 51 149 0.32 0.66 0 0.42 271.22 0.49 0.39
Hex 66 33 95 20 42 0 2A 10F 31 27
Octal 146 63 225 40 102 0 52 417 61 47
Binary 1100110 110011 10010101 100000 1000010 0 101010 100001111 110001 100111

Color Harmonies of #663395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663395

Black with #663395

Text Example


Text Example

White with #663395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663395; }

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

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

background-color css

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

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

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

border-color css

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

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

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