Html Css Color HEX #601455 Palatinate Purple

📋 copy color: '#601455'

red 96 ◦ green 20 ◦ blue 85

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

Shades of Palatinate Purple #601455

Tints of Palatinate Purple #601455

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.95%

 BLUE value IS 85 (33.59% from 255) = 42.29%

R = 47.76%
G = 9.95%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#601455 (or 0x601455) is known color: Palatinate Purple. HEX triplet: 60, 14 and 55. RGB value is (96,20,85). Sum of RGB (Red+Green+Blue) = 96+20+85=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #601455 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601455 is #9FEBAA. Grayscale: #313131. Windows color (decimal): -10480555 or 5575776. OLE color: 5575776.

HSL color Cylindrical-coordinate representation of color #601455: hue angle of 308.68º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #601455 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 20 85 -
CMYK 0 0.79 0.11 0.62
HSL 308.68º 0.66% 0.23% -
HSV(B) 308.68º 0.79% 0.38% -
XYZ 6.71 3.64 8.94 -
YUV 50.13 147.68 160.71 -
System Red Green Blue C M Y K H S L
Decimal 96 20 85 0 0.79 0.11 0.62 308.68 0.66 0.23
Hex 60 14 55 0 4F B 3E 135 42 17
Octal 140 24 125 0 117 13 76 465 102 27
Binary 1100000 10100 1010101 0 1001111 1011 111110 100110101 1000010 10111

Color Harmonies of #601455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601455

Black with #601455

Text Example


Text Example

White with #601455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601455; }

 p { color: rgb(96,20,85); }

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

background-color css

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

 a { background-color: rgb(96,20,85); }

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

border-color css

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

 span { border-color: rgb(96,20,85); }

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