Html Css Color HEX #601E5F Palatinate Purple

📋 copy color: '#601E5F'

red 96 ◦ green 30 ◦ blue 95

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

Shades of Palatinate Purple #601E5F

Tints of Palatinate Purple #601E5F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.57%

 BLUE value IS 95 (37.5% from 255) = 42.99%

R = 43.44%
G = 13.57%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#601E5F (or 0x601E5F) is known color: Palatinate Purple. HEX triplet: 60, 1E and 5F. RGB value is (96,30,95). Sum of RGB (Red+Green+Blue) = 96+30+95=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 96 - color contains mainly: red. Hex color #601E5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601E5F is #9FE1A0. Grayscale: #383838. Windows color (decimal): -10477985 or 6233696. OLE color: 6233696.

HSL color Cylindrical-coordinate representation of color #601E5F: hue angle of 300.91º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #601E5F is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 30 95 -
CMYK 0 0.69 0.01 0.62
HSL 300.91º 0.52% 0.25% -
HSV(B) 300.91º 0.69% 0.38% -
XYZ 7.35 4.24 11.26 -
YUV 57.14 149.37 155.71 -
System Red Green Blue C M Y K H S L
Decimal 96 30 95 0 0.69 0.01 0.62 300.91 0.52 0.25
Hex 60 1E 5F 0 45 1 3E 12D 34 19
Octal 140 36 137 0 105 1 76 455 64 31
Binary 1100000 11110 1011111 0 1000101 1 111110 100101101 110100 11001

Color Harmonies of #601E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601E5F

Black with #601E5F

Text Example


Text Example

White with #601E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,30,95); }

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

background-color css

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

 a { background-color: rgb(96,30,95); }

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

border-color css

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

 span { border-color: rgb(96,30,95); }

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