Html Css Color HEX #5E065C Palatinate Purple

📋 copy color: '#5E065C'

red 94 ◦ green 6 ◦ blue 92

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

Shades of Palatinate Purple #5E065C

Tints of Palatinate Purple #5E065C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.13%

 BLUE value IS 92 (36.33% from 255) = 47.92%

R = 48.96%
G = 3.13%
B = 47.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.63

RGB Variations

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

Color information

#5E065C (or 0x5E065C) is known color: Palatinate Purple. HEX triplet: 5E, 06 and 5C. RGB value is (94,6,92). Sum of RGB (Red+Green+Blue) = 94+6+92=192 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.96% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 94 - color contains mainly: red. Hex color #5E065C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E065C is #A1F9A3. Grayscale: #292929. Windows color (decimal): -10615204 or 6030942. OLE color: 6030942.

HSL color Cylindrical-coordinate representation of color #5E065C: hue angle of 301.36º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E065C is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 6 92 -
CMYK 0 0.94 0.02 0.63
HSL 301.36º 0.88% 0.2% -
HSV(B) 301.36º 0.94% 0.37% -
XYZ 6.61 3.28 10.41 -
YUV 42.12 156.15 165.01 -
System Red Green Blue C M Y K H S L
Decimal 94 6 92 0 0.94 0.02 0.63 301.36 0.88 0.2
Hex 5E 6 5C 0 5E 2 3F 12D 58 14
Octal 136 6 134 0 136 2 77 455 130 24
Binary 1011110 110 1011100 0 1011110 10 111111 100101101 1011000 10100

Color Harmonies of #5E065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E065C

Black with #5E065C

Text Example


Text Example

White with #5E065C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,6,92); }

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

background-color css

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

 a { background-color: rgb(94,6,92); }

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

border-color css

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

 span { border-color: rgb(94,6,92); }

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