Html Css Color HEX #601356 Palatinate Purple

📋 copy color: '#601356'

red 96 ◦ green 19 ◦ blue 86

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

Shades of Palatinate Purple #601356

Tints of Palatinate Purple #601356

RGB

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

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

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

R = 47.76%
G = 9.45%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#601356 (or 0x601356) is known color: Palatinate Purple. HEX triplet: 60, 13 and 56. RGB value is (96,19,86). Sum of RGB (Red+Green+Blue) = 96+19+86=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #601356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601356 is #9FECA9. Grayscale: #313131. Windows color (decimal): -10480810 or 5641056. OLE color: 5641056.

HSL color Cylindrical-coordinate representation of color #601356: hue angle of 307.79º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #601356 is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 19 86 -
CMYK 0 0.80 0.10 0.62
HSL 307.79º 0.67% 0.23% -
HSV(B) 307.79º 0.8% 0.38% -
XYZ 6.74 3.62 9.15 -
YUV 49.66 148.51 161.05 -
System Red Green Blue C M Y K H S L
Decimal 96 19 86 0 0.80 0.10 0.62 307.79 0.67 0.23
Hex 60 13 56 0 50 A 3E 134 43 17
Octal 140 23 126 0 120 12 76 464 103 27
Binary 1100000 10011 1010110 0 1010000 1010 111110 100110100 1000011 10111

Color Harmonies of #601356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601356

Black with #601356

Text Example


Text Example

White with #601356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601356; }

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

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

background-color css

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

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

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

border-color css

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

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

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