Html Css Color HEX #60294F Palatinate Purple

📋 copy color: '#60294F'

red 96 ◦ green 41 ◦ blue 79

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

Shades of Palatinate Purple #60294F

Tints of Palatinate Purple #60294F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.57%

R = 44.44%
G = 18.98%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#60294F (or 0x60294F) is known color: Palatinate Purple. HEX triplet: 60, 29 and 4F. RGB value is (96,41,79). Sum of RGB (Red+Green+Blue) = 96+41+79=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 96 - color contains mainly: red. Hex color #60294F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60294F is #9FD6B0. Grayscale: #3D3D3D. Windows color (decimal): -10475185 or 5187936. OLE color: 5187936.

HSL color Cylindrical-coordinate representation of color #60294F: hue angle of 318.55º 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 #60294F is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 41 79 -
CMYK 0 0.57 0.18 0.62
HSL 318.55º 0.4% 0.27% -
HSV(B) 318.55º 0.57% 0.38% -
XYZ 7.03 4.64 7.92 -
YUV 61.78 137.72 152.41 -
System Red Green Blue C M Y K H S L
Decimal 96 41 79 0 0.57 0.18 0.62 318.55 0.4 0.27
Hex 60 29 4F 0 39 12 3E 13F 28 1B
Octal 140 51 117 0 71 22 76 477 50 33
Binary 1100000 101001 1001111 0 111001 10010 111110 100111111 101000 11011

Color Harmonies of #60294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60294F

Black with #60294F

Text Example


Text Example

White with #60294F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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