Html Css Color HEX #651357 Palatinate Purple

📋 copy color: '#651357'

red 101 ◦ green 19 ◦ blue 87

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

Shades of Palatinate Purple #651357

Tints of Palatinate Purple #651357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 42.03%

R = 48.79%
G = 9.18%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.60

RGB Variations

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

Color information

#651357 (or 0x651357) is known color: Palatinate Purple. HEX triplet: 65, 13 and 57. RGB value is (101,19,87). Sum of RGB (Red+Green+Blue) = 101+19+87=207 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.79% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 87 (34.38% from 255 or 42.03% from 207); Max value from RGB is 101 - color contains mainly: red. Hex color #651357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651357 is #9AECA8. Grayscale: #333333. Windows color (decimal): -10153129 or 5706597. OLE color: 5706597.

HSL color Cylindrical-coordinate representation of color #651357: hue angle of 310.24º 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 #651357 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 19 87 -
CMYK 0 0.81 0.14 0.60
HSL 310.24º 0.68% 0.24% -
HSV(B) 310.24º 0.81% 0.4% -
XYZ 7.32 3.92 9.39 -
YUV 51.27 148.17 163.47 -
System Red Green Blue C M Y K H S L
Decimal 101 19 87 0 0.81 0.14 0.60 310.24 0.68 0.24
Hex 65 13 57 0 51 E 3C 136 44 18
Octal 145 23 127 0 121 16 74 466 104 30
Binary 1100101 10011 1010111 0 1010001 1110 111100 100110110 1000100 11000

Color Harmonies of #651357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651357

Black with #651357

Text Example


Text Example

White with #651357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651357; }

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

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

background-color css

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

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

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

border-color css

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

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

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