Html Css Color HEX #601351 Palatinate Purple

📋 copy color: '#601351'

red 96 ◦ green 19 ◦ blue 81

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

Shades of Palatinate Purple #601351

Tints of Palatinate Purple #601351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 41.33%

R = 48.98%
G = 9.69%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#601351 (or 0x601351) is known color: Palatinate Purple. HEX triplet: 60, 13 and 51. RGB value is (96,19,81). Sum of RGB (Red+Green+Blue) = 96+19+81=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #601351 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601351 is #9FECAE. Grayscale: #303030. Windows color (decimal): -10480815 or 5313376. OLE color: 5313376.

HSL color Cylindrical-coordinate representation of color #601351: hue angle of 311.69º 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 #601351 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 19 81 -
CMYK 0 0.80 0.16 0.62
HSL 311.69º 0.67% 0.23% -
HSV(B) 311.69º 0.8% 0.38% -
XYZ 6.54 3.55 8.12 -
YUV 49.09 146.01 161.46 -
System Red Green Blue C M Y K H S L
Decimal 96 19 81 0 0.80 0.16 0.62 311.69 0.67 0.23
Hex 60 13 51 0 50 10 3E 138 43 17
Octal 140 23 121 0 120 20 76 470 103 27
Binary 1100000 10011 1010001 0 1010000 10000 111110 100111000 1000011 10111

Color Harmonies of #601351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601351

Black with #601351

Text Example


Text Example

White with #601351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601351; }

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

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

background-color css

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

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

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

border-color css

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

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

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