Html Css Color HEX #601255 Palatinate Purple

📋 copy color: '#601255'

red 96 ◦ green 18 ◦ blue 85

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

Shades of Palatinate Purple #601255

Tints of Palatinate Purple #601255

RGB

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

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

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

R = 48.24%
G = 9.05%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#601255 (or 0x601255) is known color: Palatinate Purple. HEX triplet: 60, 12 and 55. RGB value is (96,18,85). Sum of RGB (Red+Green+Blue) = 96+18+85=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #601255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601255 is #9FEDAA. Grayscale: #303030. Windows color (decimal): -10481067 or 5575264. OLE color: 5575264.

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

Color convert

RGB 96 18 85 -
CMYK 0 0.81 0.11 0.62
HSL 308.46º 0.68% 0.22% -
HSV(B) 308.46º 0.81% 0.38% -
XYZ 6.68 3.58 8.93 -
YUV 48.96 148.34 161.55 -
System Red Green Blue C M Y K H S L
Decimal 96 18 85 0 0.81 0.11 0.62 308.46 0.68 0.22
Hex 60 12 55 0 51 B 3E 134 44 16
Octal 140 22 125 0 121 13 76 464 104 26
Binary 1100000 10010 1010101 0 1010001 1011 111110 100110100 1000100 10110

Color Harmonies of #601255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601255

Black with #601255

Text Example


Text Example

White with #601255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601255; }

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

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

background-color css

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

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

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

border-color css

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

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

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