Html Css Color HEX #651258 Palatinate Purple

📋 copy color: '#651258'

red 101 ◦ green 18 ◦ blue 88

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

Shades of Palatinate Purple #651258

Tints of Palatinate Purple #651258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 42.51%

R = 48.79%
G = 8.7%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#651258 (or 0x651258) is known color: Palatinate Purple. HEX triplet: 65, 12 and 58. RGB value is (101,18,88). Sum of RGB (Red+Green+Blue) = 101+18+88=207 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.79% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 101 - color contains mainly: red. Hex color #651258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651258 is #9AEDA7. Grayscale: #323232. Windows color (decimal): -10153384 or 5771877. OLE color: 5771877.

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

Color convert

RGB 101 18 88 -
CMYK 0 0.82 0.13 0.60
HSL 309.4º 0.7% 0.23% -
HSV(B) 309.4º 0.82% 0.4% -
XYZ 7.34 3.9 9.6 -
YUV 50.8 149 163.81 -
System Red Green Blue C M Y K H S L
Decimal 101 18 88 0 0.82 0.13 0.60 309.4 0.7 0.23
Hex 65 12 58 0 52 D 3C 135 46 17
Octal 145 22 130 0 122 15 74 465 106 27
Binary 1100101 10010 1011000 0 1010010 1101 111100 100110101 1000110 10111

Color Harmonies of #651258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651258

Black with #651258

Text Example


Text Example

White with #651258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651258; }

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

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

background-color css

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

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

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

border-color css

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

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

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