Html Css Color HEX #60095A Palatinate Purple

📋 copy color: '#60095A'

red 96 ◦ green 9 ◦ blue 90

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

Shades of Palatinate Purple #60095A

Tints of Palatinate Purple #60095A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.62%

 BLUE value IS 90 (35.55% from 255) = 46.15%

R = 49.23%
G = 4.62%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#60095A (or 0x60095A) is known color: Palatinate Purple. HEX triplet: 60, 09 and 5A. RGB value is (96,9,90). Sum of RGB (Red+Green+Blue) = 96+9+90=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #60095A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60095A is #9FF6A5. Grayscale: #2C2C2C. Windows color (decimal): -10483366 or 5900640. OLE color: 5900640.

HSL color Cylindrical-coordinate representation of color #60095A: hue angle of 304.14º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #60095A is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 9 90 -
CMYK 0 0.91 0.06 0.62
HSL 304.14º 0.83% 0.21% -
HSV(B) 304.14º 0.91% 0.38% -
XYZ 6.77 3.42 9.98 -
YUV 44.25 153.82 164.91 -
System Red Green Blue C M Y K H S L
Decimal 96 9 90 0 0.91 0.06 0.62 304.14 0.83 0.21
Hex 60 9 5A 0 5B 6 3E 130 53 15
Octal 140 11 132 0 133 6 76 460 123 25
Binary 1100000 1001 1011010 0 1011011 110 111110 100110000 1010011 10101

Color Harmonies of #60095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60095A

Black with #60095A

Text Example


Text Example

White with #60095A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60095A; }

 p { color: rgb(96,9,90); }

 H1.HeaderClassName
 {
   color: #60095A;
 }
 .AnyTagClassName
 {
   color: #60095A;
 }
</style>

background-color css

<style>
 a { background-color: #60095A; }

 a { background-color: rgb(96,9,90); }

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

border-color css

<style>
 span { border-color: #60095A; }

 span { border-color: rgb(96,9,90); }

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