Html Css Color HEX #651266 Palatinate Purple

📋 copy color: '#651266'

red 101 ◦ green 18 ◦ blue 102

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

Shades of Palatinate Purple #651266

Tints of Palatinate Purple #651266

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.14%

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

R = 45.7%
G = 8.14%
B = 46.15%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#651266 (or 0x651266) is known color: Palatinate Purple. HEX triplet: 65, 12 and 66. RGB value is (101,18,102). Sum of RGB (Red+Green+Blue) = 101+18+102=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 102 - color contains mainly: blue. Hex color #651266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651266 is #9AED99. Grayscale: #343434. Windows color (decimal): -10153370 or 6689381. OLE color: 6689381.

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

Color convert

RGB 101 18 102 -
CMYK 0.01 0.82 0 0.6
HSL 299.29º 0.7% 0.24% -
HSV(B) 299.29º 0.82% 0.4% -
XYZ 7.98 4.16 12.95 -
YUV 52.39 156 162.67 -
System Red Green Blue C M Y K H S L
Decimal 101 18 102 0.01 0.82 0 0.6 299.29 0.7 0.24
Hex 65 12 66 1 52 0 3C 12B 46 18
Octal 145 22 146 1 122 0 74 453 106 30
Binary 1100101 10010 1100110 1 1010010 0 111100 100101011 1000110 11000

Color Harmonies of #651266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651266

Black with #651266

Text Example


Text Example

White with #651266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651266; }

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

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

background-color css

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

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

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

border-color css

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

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

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