Html Css Color HEX #60235D Palatinate Purple

📋 copy color: '#60235D'

red 96 ◦ green 35 ◦ blue 93

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

Shades of Palatinate Purple #60235D

Tints of Palatinate Purple #60235D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.63%

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

R = 42.86%
G = 15.63%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#60235D (or 0x60235D) is known color: Palatinate Purple. HEX triplet: 60, 23 and 5D. RGB value is (96,35,93). Sum of RGB (Red+Green+Blue) = 96+35+93=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 96 - color contains mainly: red. Hex color #60235D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60235D is #9FDCA2. Grayscale: #3B3B3B. Windows color (decimal): -10476707 or 6103904. OLE color: 6103904.

HSL color Cylindrical-coordinate representation of color #60235D: hue angle of 302.95º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #60235D is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 35 93 -
CMYK 0 0.64 0.03 0.62
HSL 302.95º 0.47% 0.26% -
HSV(B) 302.95º 0.64% 0.38% -
XYZ 7.4 4.48 10.83 -
YUV 59.85 146.71 153.78 -
System Red Green Blue C M Y K H S L
Decimal 96 35 93 0 0.64 0.03 0.62 302.95 0.47 0.26
Hex 60 23 5D 0 40 3 3E 12F 2F 1A
Octal 140 43 135 0 100 3 76 457 57 32
Binary 1100000 100011 1011101 0 1000000 11 111110 100101111 101111 11010

Color Harmonies of #60235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60235D

Black with #60235D

Text Example


Text Example

White with #60235D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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