Html Css Color HEX #601454 Palatinate Purple

📋 copy color: '#601454'

red 96 ◦ green 20 ◦ blue 84

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

Shades of Palatinate Purple #601454

Tints of Palatinate Purple #601454

RGB

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

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

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

R = 48%
G = 10%
B = 42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#601454 (or 0x601454) is known color: Palatinate Purple. HEX triplet: 60, 14 and 54. RGB value is (96,20,84). Sum of RGB (Red+Green+Blue) = 96+20+84=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 84 (33.20% from 255 or 42% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #601454 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601454 is #9FEBAB. Grayscale: #313131. Windows color (decimal): -10480556 or 5510240. OLE color: 5510240.

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

Color convert

RGB 96 20 84 -
CMYK 0 0.79 0.12 0.62
HSL 309.47º 0.66% 0.23% -
HSV(B) 309.47º 0.79% 0.38% -
XYZ 6.67 3.63 8.74 -
YUV 50.02 147.18 160.8 -
System Red Green Blue C M Y K H S L
Decimal 96 20 84 0 0.79 0.12 0.62 309.47 0.66 0.23
Hex 60 14 54 0 4F C 3E 135 42 17
Octal 140 24 124 0 117 14 76 465 102 27
Binary 1100000 10100 1010100 0 1001111 1100 111110 100110101 1000010 10111

Color Harmonies of #601454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601454

Black with #601454

Text Example


Text Example

White with #601454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601454; }

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

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

background-color css

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

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

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

border-color css

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

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

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