Html Css Color HEX #660763 Palatinate Purple

📋 copy color: '#660763'

red 102 ◦ green 7 ◦ blue 99

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

Shades of Palatinate Purple #660763

Tints of Palatinate Purple #660763

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.37%

 BLUE value IS 99 (39.06% from 255) = 47.6%

R = 49.04%
G = 3.37%
B = 47.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#660763 (or 0x660763) is known color: Palatinate Purple. HEX triplet: 66, 07 and 63. RGB value is (102,7,99). Sum of RGB (Red+Green+Blue) = 102+7+99=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #660763 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660763 is #99F89C. Grayscale: #2D2D2D. Windows color (decimal): -10090653 or 6489958. OLE color: 6489958.

HSL color Cylindrical-coordinate representation of color #660763: hue angle of 301.89º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660763 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 7 99 -
CMYK 0 0.93 0.03 0.6
HSL 301.89º 0.87% 0.21% -
HSV(B) 301.89º 0.93% 0.4% -
XYZ 7.81 3.88 12.14 -
YUV 45.89 157.97 168.02 -
System Red Green Blue C M Y K H S L
Decimal 102 7 99 0 0.93 0.03 0.6 301.89 0.87 0.21
Hex 66 7 63 0 5D 3 3C 12E 57 15
Octal 146 7 143 0 135 3 74 456 127 25
Binary 1100110 111 1100011 0 1011101 11 111100 100101110 1010111 10101

Color Harmonies of #660763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660763

Black with #660763

Text Example


Text Example

White with #660763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660763; }

 p { color: rgb(102,7,99); }

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

background-color css

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

 a { background-color: rgb(102,7,99); }

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

border-color css

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

 span { border-color: rgb(102,7,99); }

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