Html Css Color HEX #60065D Palatinate Purple

📋 copy color: '#60065D'

red 96 ◦ green 6 ◦ blue 93

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

Shades of Palatinate Purple #60065D

Tints of Palatinate Purple #60065D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.08%

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

R = 49.23%
G = 3.08%
B = 47.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#60065D (or 0x60065D) is known color: Palatinate Purple. HEX triplet: 60, 06 and 5D. RGB value is (96,6,93). Sum of RGB (Red+Green+Blue) = 96+6+93=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #60065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60065D is #9FF9A2. Grayscale: #2A2A2A. Windows color (decimal): -10484131 or 6096480. OLE color: 6096480.

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

Color convert

RGB 96 6 93 -
CMYK 0 0.94 0.03 0.62
HSL 302º 0.88% 0.2% -
HSV(B) 302º 0.94% 0.38% -
XYZ 6.86 3.41 10.65 -
YUV 42.83 156.32 165.93 -
System Red Green Blue C M Y K H S L
Decimal 96 6 93 0 0.94 0.03 0.62 302 0.88 0.2
Hex 60 6 5D 0 5E 3 3E 12E 58 14
Octal 140 6 135 0 136 3 76 456 130 24
Binary 1100000 110 1011101 0 1011110 11 111110 100101110 1011000 10100

Color Harmonies of #60065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60065D

Black with #60065D

Text Example


Text Example

White with #60065D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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