Html Css Color HEX #5E0461 Palatinate Purple

📋 copy color: '#5E0461'

red 94 ◦ green 4 ◦ blue 97

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

Shades of Palatinate Purple #5E0461

Tints of Palatinate Purple #5E0461

RGB

 RED value IS 94 (37.11% from 255) = 48.21%

 GREEN value IS 4 (1.95% from 255) = 2.05%

 BLUE value IS 97 (38.28% from 255) = 49.74%

R = 48.21%
G = 2.05%
B = 49.74%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5E0461 (or 0x5E0461) is known color: Palatinate Purple. HEX triplet: 5E, 04 and 61. RGB value is (94,4,97). Sum of RGB (Red+Green+Blue) = 94+4+97=195 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.21% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #5E0461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0461 is #A1FB9E. Grayscale: #292929. Windows color (decimal): -10615711 or 6358110. OLE color: 6358110.

HSL color Cylindrical-coordinate representation of color #5E0461: hue angle of 298.06º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E0461 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 94 4 97 -
CMYK 0.03 0.96 0 0.62
HSL 298.06º 0.92% 0.2% -
HSV(B) 298.06º 0.96% 0.38% -
XYZ 6.82 3.33 11.59 -
YUV 41.51 159.32 165.44 -
System Red Green Blue C M Y K H S L
Decimal 94 4 97 0.03 0.96 0 0.62 298.06 0.92 0.2
Hex 5E 4 61 3 60 0 3E 12A 5C 14
Octal 136 4 141 3 140 0 76 452 134 24
Binary 1011110 100 1100001 11 1100000 0 111110 100101010 1011100 10100

Color Harmonies of #5E0461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0461

Black with #5E0461

Text Example


Text Example

White with #5E0461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E0461; }

 p { color: rgb(94,4,97); }

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

background-color css

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

 a { background-color: rgb(94,4,97); }

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

border-color css

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

 span { border-color: rgb(94,4,97); }

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