Html Css Color HEX #651858 Palatinate Purple

📋 copy color: '#651858'

red 101 ◦ green 24 ◦ blue 88

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

Shades of Palatinate Purple #651858

Tints of Palatinate Purple #651858

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.27%

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

R = 47.42%
G = 11.27%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#651858 (or 0x651858) is known color: Palatinate Purple. HEX triplet: 65, 18 and 58. RGB value is (101,24,88). Sum of RGB (Red+Green+Blue) = 101+24+88=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #651858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651858 is #9AE7A7. Grayscale: #363636. Windows color (decimal): -10151848 or 5773413. OLE color: 5773413.

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

Color convert

RGB 101 24 88 -
CMYK 0 0.76 0.13 0.60
HSL 310.13º 0.62% 0.25% -
HSV(B) 310.13º 0.76% 0.4% -
XYZ 7.45 4.12 9.64 -
YUV 54.32 147.01 161.3 -
System Red Green Blue C M Y K H S L
Decimal 101 24 88 0 0.76 0.13 0.60 310.13 0.62 0.25
Hex 65 18 58 0 4C D 3C 136 3E 19
Octal 145 30 130 0 114 15 74 466 76 31
Binary 1100101 11000 1011000 0 1001100 1101 111100 100110110 111110 11001

Color Harmonies of #651858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651858

Black with #651858

Text Example


Text Example

White with #651858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651858; }

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

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

background-color css

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

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

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

border-color css

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

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

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