Html Css Color HEX #651365 Palatinate Purple

📋 copy color: '#651365'

red 101 ◦ green 19 ◦ blue 101

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

Shades of Palatinate Purple #651365

Tints of Palatinate Purple #651365

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.6%

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

R = 45.7%
G = 8.6%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#651365 (or 0x651365) is known color: Palatinate Purple. HEX triplet: 65, 13 and 65. RGB value is (101,19,101). Sum of RGB (Red+Green+Blue) = 101+19+101=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #651365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651365 is #9AEC9A. Grayscale: #343434. Windows color (decimal): -10153115 or 6624101. OLE color: 6624101.

HSL color Cylindrical-coordinate representation of color #651365: hue angle of 300º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #651365 is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 19 101 -
CMYK 0 0.81 0 0.60
HSL 300º 0.68% 0.24% -
HSV(B) 300º 0.81% 0.4% -
XYZ 7.95 4.17 12.7 -
YUV 52.87 155.17 162.33 -
System Red Green Blue C M Y K H S L
Decimal 101 19 101 0 0.81 0 0.60 300 0.68 0.24
Hex 65 13 65 0 51 0 3C 12C 44 18
Octal 145 23 145 0 121 0 74 454 104 30
Binary 1100101 10011 1100101 0 1010001 0 111100 100101100 1000100 11000

Color Harmonies of #651365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651365

Black with #651365

Text Example


Text Example

White with #651365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651365; }

 p { color: rgb(101,19,101); }

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

background-color css

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

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

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

border-color css

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

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

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