Html Css Color HEX #60284F Palatinate Purple

📋 copy color: '#60284F'

red 96 ◦ green 40 ◦ blue 79

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

Shades of Palatinate Purple #60284F

Tints of Palatinate Purple #60284F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.6%

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

R = 44.65%
G = 18.6%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#60284F (or 0x60284F) is known color: Palatinate Purple. HEX triplet: 60, 28 and 4F. RGB value is (96,40,79). Sum of RGB (Red+Green+Blue) = 96+40+79=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #60284F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60284F is #9FD7B0. Grayscale: #3D3D3D. Windows color (decimal): -10475441 or 5187680. OLE color: 5187680.

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

Color convert

RGB 96 40 79 -
CMYK 0 0.58 0.18 0.62
HSL 318.21º 0.41% 0.27% -
HSV(B) 318.21º 0.58% 0.38% -
XYZ 6.99 4.57 7.91 -
YUV 61.19 138.05 152.83 -
System Red Green Blue C M Y K H S L
Decimal 96 40 79 0 0.58 0.18 0.62 318.21 0.41 0.27
Hex 60 28 4F 0 3A 12 3E 13E 29 1B
Octal 140 50 117 0 72 22 76 476 51 33
Binary 1100000 101000 1001111 0 111010 10010 111110 100111110 101001 11011

Color Harmonies of #60284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60284F

Black with #60284F

Text Example


Text Example

White with #60284F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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