Html Css Color HEX #601B54 Palatinate Purple

📋 copy color: '#601B54'

red 96 ◦ green 27 ◦ blue 84

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

Shades of Palatinate Purple #601B54

Tints of Palatinate Purple #601B54

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.04%

 BLUE value IS 84 (33.2% from 255) = 40.58%

R = 46.38%
G = 13.04%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#601B54 (or 0x601B54) is known color: Palatinate Purple. HEX triplet: 60, 1B and 54. RGB value is (96,27,84). Sum of RGB (Red+Green+Blue) = 96+27+84=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 27 (10.94% from 255 or 13.04% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #601B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601B54 is #9FE4AB. Grayscale: #353535. Windows color (decimal): -10478764 or 5512032. OLE color: 5512032.

HSL color Cylindrical-coordinate representation of color #601B54: hue angle of 310.43º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #601B54 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 27 84 -
CMYK 0 0.72 0.12 0.62
HSL 310.43º 0.56% 0.24% -
HSV(B) 310.43º 0.72% 0.38% -
XYZ 6.82 3.91 8.78 -
YUV 54.13 144.86 157.87 -
System Red Green Blue C M Y K H S L
Decimal 96 27 84 0 0.72 0.12 0.62 310.43 0.56 0.24
Hex 60 1B 54 0 48 C 3E 136 38 18
Octal 140 33 124 0 110 14 76 466 70 30
Binary 1100000 11011 1010100 0 1001000 1100 111110 100110110 111000 11000

Color Harmonies of #601B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601B54

Black with #601B54

Text Example


Text Example

White with #601B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601B54; }

 p { color: rgb(96,27,84); }

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

background-color css

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

 a { background-color: rgb(96,27,84); }

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

border-color css

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

 span { border-color: rgb(96,27,84); }

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