Html Css Color HEX #60275D Palatinate Purple

📋 copy color: '#60275D'

red 96 ◦ green 39 ◦ blue 93

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

Shades of Palatinate Purple #60275D

Tints of Palatinate Purple #60275D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 40.79%

R = 42.11%
G = 17.11%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#60275D (or 0x60275D) is known color: Palatinate Purple. HEX triplet: 60, 27 and 5D. RGB value is (96,39,93). Sum of RGB (Red+Green+Blue) = 96+39+93=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 96 - color contains mainly: red. Hex color #60275D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60275D is #9FD8A2. Grayscale: #3E3E3E. Windows color (decimal): -10475683 or 6104928. OLE color: 6104928.

HSL color Cylindrical-coordinate representation of color #60275D: hue angle of 303.16º 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 #60275D is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 39 93 -
CMYK 0 0.59 0.03 0.62
HSL 303.16º 0.42% 0.26% -
HSV(B) 303.16º 0.59% 0.38% -
XYZ 7.53 4.73 10.87 -
YUV 62.2 145.38 152.11 -
System Red Green Blue C M Y K H S L
Decimal 96 39 93 0 0.59 0.03 0.62 303.16 0.42 0.26
Hex 60 27 5D 0 3B 3 3E 12F 2A 1A
Octal 140 47 135 0 73 3 76 457 52 32
Binary 1100000 100111 1011101 0 111011 11 111110 100101111 101010 11010

Color Harmonies of #60275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60275D

Black with #60275D

Text Example


Text Example

White with #60275D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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