Html Css Color HEX #60275F Palatinate Purple

📋 copy color: '#60275F'

red 96 ◦ green 39 ◦ blue 95

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

Shades of Palatinate Purple #60275F

Tints of Palatinate Purple #60275F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.96%

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

R = 41.74%
G = 16.96%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#60275F (or 0x60275F) is known color: Palatinate Purple. HEX triplet: 60, 27 and 5F. RGB value is (96,39,95). Sum of RGB (Red+Green+Blue) = 96+39+95=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 96 - color contains mainly: red. Hex color #60275F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60275F is #9FD8A0. Grayscale: #3E3E3E. Windows color (decimal): -10475681 or 6236000. OLE color: 6236000.

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

Color convert

RGB 96 39 95 -
CMYK 0 0.59 0.01 0.62
HSL 301.05º 0.42% 0.26% -
HSV(B) 301.05º 0.59% 0.38% -
XYZ 7.61 4.76 11.34 -
YUV 62.43 146.38 151.95 -
System Red Green Blue C M Y K H S L
Decimal 96 39 95 0 0.59 0.01 0.62 301.05 0.42 0.26
Hex 60 27 5F 0 3B 1 3E 12D 2A 1A
Octal 140 47 137 0 73 1 76 455 52 32
Binary 1100000 100111 1011111 0 111011 1 111110 100101101 101010 11010

Color Harmonies of #60275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60275F

Black with #60275F

Text Example


Text Example

White with #60275F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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