Html Css Color HEX #601256 Palatinate Purple

📋 copy color: '#601256'

red 96 ◦ green 18 ◦ blue 86

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

Shades of Palatinate Purple #601256

Tints of Palatinate Purple #601256

RGB

 RED value IS 96 (37.89% from 255) = 48%

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

 BLUE value IS 86 (33.98% from 255) = 43%

R = 48%
G = 9%
B = 43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#601256 (or 0x601256) is known color: Palatinate Purple. HEX triplet: 60, 12 and 56. RGB value is (96,18,86). Sum of RGB (Red+Green+Blue) = 96+18+86=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 86 (33.98% from 255 or 43% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #601256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601256 is #9FEDA9. Grayscale: #303030. Windows color (decimal): -10481066 or 5640800. OLE color: 5640800.

HSL color Cylindrical-coordinate representation of color #601256: hue angle of 307.69º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #601256 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 18 86 -
CMYK 0 0.81 0.10 0.62
HSL 307.69º 0.68% 0.22% -
HSV(B) 307.69º 0.81% 0.38% -
XYZ 6.72 3.59 9.14 -
YUV 49.07 148.84 161.47 -
System Red Green Blue C M Y K H S L
Decimal 96 18 86 0 0.81 0.10 0.62 307.69 0.68 0.22
Hex 60 12 56 0 51 A 3E 134 44 16
Octal 140 22 126 0 121 12 76 464 104 26
Binary 1100000 10010 1010110 0 1010001 1010 111110 100110100 1000100 10110

Color Harmonies of #601256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601256

Black with #601256

Text Example


Text Example

White with #601256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601256; }

 p { color: rgb(96,18,86); }

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

background-color css

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

 a { background-color: rgb(96,18,86); }

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

border-color css

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

 span { border-color: rgb(96,18,86); }

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