Html Css Color HEX #60295F Palatinate Purple

📋 copy color: '#60295F'

red 96 ◦ green 41 ◦ blue 95

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

Shades of Palatinate Purple #60295F

Tints of Palatinate Purple #60295F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.67%

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

R = 41.38%
G = 17.67%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#60295F (or 0x60295F) is known color: Palatinate Purple. HEX triplet: 60, 29 and 5F. RGB value is (96,41,95). Sum of RGB (Red+Green+Blue) = 96+41+95=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #60295F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60295F is #9FD6A0. Grayscale: #3F3F3F. Windows color (decimal): -10475169 or 6236512. OLE color: 6236512.

HSL color Cylindrical-coordinate representation of color #60295F: hue angle of 301.09º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60295F is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 41 95 -
CMYK 0 0.57 0.01 0.62
HSL 301.09º 0.4% 0.27% -
HSV(B) 301.09º 0.57% 0.38% -
XYZ 7.68 4.9 11.37 -
YUV 63.6 145.72 151.11 -
System Red Green Blue C M Y K H S L
Decimal 96 41 95 0 0.57 0.01 0.62 301.09 0.4 0.27
Hex 60 29 5F 0 39 1 3E 12D 28 1B
Octal 140 51 137 0 71 1 76 455 50 33
Binary 1100000 101001 1011111 0 111001 1 111110 100101101 101000 11011

Color Harmonies of #60295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60295F

Black with #60295F

Text Example


Text Example

White with #60295F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60295F; }

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

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

background-color css

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

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

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

border-color css

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

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

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