Html Css Color HEX #651958 Palatinate Purple

📋 copy color: '#651958'

red 101 ◦ green 25 ◦ blue 88

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

Shades of Palatinate Purple #651958

Tints of Palatinate Purple #651958

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.68%

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

R = 47.2%
G = 11.68%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#651958 (or 0x651958) is known color: Palatinate Purple. HEX triplet: 65, 19 and 58. RGB value is (101,25,88). Sum of RGB (Red+Green+Blue) = 101+25+88=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 101 - color contains mainly: red. Hex color #651958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651958 is #9AE6A7. Grayscale: #363636. Windows color (decimal): -10151592 or 5773669. OLE color: 5773669.

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

Color convert

RGB 101 25 88 -
CMYK 0 0.75 0.13 0.60
HSL 310.26º 0.6% 0.25% -
HSV(B) 310.26º 0.75% 0.4% -
XYZ 7.48 4.17 9.64 -
YUV 54.91 146.68 160.88 -
System Red Green Blue C M Y K H S L
Decimal 101 25 88 0 0.75 0.13 0.60 310.26 0.6 0.25
Hex 65 19 58 0 4B D 3C 136 3C 19
Octal 145 31 130 0 113 15 74 466 74 31
Binary 1100101 11001 1011000 0 1001011 1101 111100 100110110 111100 11001

Color Harmonies of #651958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651958

Black with #651958

Text Example


Text Example

White with #651958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651958; }

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

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

background-color css

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

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

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

border-color css

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

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

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