Html Css Color HEX #651966 Palatinate Purple

📋 copy color: '#651966'

red 101 ◦ green 25 ◦ blue 102

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

Shades of Palatinate Purple #651966

Tints of Palatinate Purple #651966

RGB

 RED value IS 101 (39.84% from 255) = 44.3%

 GREEN value IS 25 (10.16% from 255) = 10.96%

 BLUE value IS 102 (40.23% from 255) = 44.74%

R = 44.3%
G = 10.96%
B = 44.74%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#651966 (or 0x651966) is known color: Palatinate Purple. HEX triplet: 65, 19 and 66. RGB value is (101,25,102). Sum of RGB (Red+Green+Blue) = 101+25+102=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 102 - color contains mainly: blue. Hex color #651966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651966 is #9AE699. Grayscale: #383838. Windows color (decimal): -10151578 or 6691173. OLE color: 6691173.

HSL color Cylindrical-coordinate representation of color #651966: hue angle of 299.22º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #651966 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 101 25 102 -
CMYK 0.01 0.75 0 0.6
HSL 299.22º 0.61% 0.25% -
HSV(B) 299.22º 0.75% 0.4% -
XYZ 8.11 4.42 13 -
YUV 56.5 153.68 159.74 -
System Red Green Blue C M Y K H S L
Decimal 101 25 102 0.01 0.75 0 0.6 299.22 0.61 0.25
Hex 65 19 66 1 4B 0 3C 12B 3D 19
Octal 145 31 146 1 113 0 74 453 75 31
Binary 1100101 11001 1100110 1 1001011 0 111100 100101011 111101 11001

Color Harmonies of #651966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651966

Black with #651966

Text Example


Text Example

White with #651966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651966; }

 p { color: rgb(101,25,102); }

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

background-color css

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

 a { background-color: rgb(101,25,102); }

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

border-color css

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

 span { border-color: rgb(101,25,102); }

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