Html Css Color HEX #663F95 Royal Purple

📋 copy color: '#663F95'

red 102 ◦ green 63 ◦ blue 149

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

Shades of Royal Purple #663F95

Tints of Royal Purple #663F95

RGB

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

 GREEN value IS 63 (25% from 255) = 20.06%

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

R = 32.48%
G = 20.06%
B = 47.45%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#663F95 (or 0x663F95) is known color: Royal Purple. HEX triplet: 66, 3F and 95. RGB value is (102,63,149). Sum of RGB (Red+Green+Blue) = 102+63+149=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #663F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663F95 is #99C06A. Grayscale: #545454. Windows color (decimal): -10076267 or 9781094. OLE color: 9781094.

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

Color convert

RGB 102 63 149 -
CMYK 0.32 0.58 0 0.42
HSL 267.21º 0.41% 0.42% -
HSV(B) 267.21º 0.58% 0.58% -
XYZ 12.68 8.55 29.42 -
YUV 84.47 164.42 140.51 -
System Red Green Blue C M Y K H S L
Decimal 102 63 149 0.32 0.58 0 0.42 267.21 0.41 0.42
Hex 66 3F 95 20 3A 0 2A 10B 29 2A
Octal 146 77 225 40 72 0 52 413 51 52
Binary 1100110 111111 10010101 100000 111010 0 101010 100001011 101001 101010

Color Harmonies of #663F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663F95

Black with #663F95

Text Example


Text Example

White with #663F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663F95; }

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

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

background-color css

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

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

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

border-color css

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

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

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