Html Css Color HEX #60305A Palatinate Purple

📋 copy color: '#60305A'

red 96 ◦ green 48 ◦ blue 90

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

Shades of Palatinate Purple #60305A

Tints of Palatinate Purple #60305A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.51%

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

R = 41.03%
G = 20.51%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#60305A (or 0x60305A) is known color: Palatinate Purple. HEX triplet: 60, 30 and 5A. RGB value is (96,48,90). Sum of RGB (Red+Green+Blue) = 96+48+90=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 96 - color contains mainly: red. Hex color #60305A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60305A is #9FCFA5. Grayscale: #434343. Windows color (decimal): -10473382 or 5910624. OLE color: 5910624.

HSL color Cylindrical-coordinate representation of color #60305A: hue angle of 307.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60305A is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 48 90 -
CMYK 0 0.50 0.06 0.62
HSL 307.5º 0.33% 0.28% -
HSV(B) 307.5º 0.5% 0.38% -
XYZ 7.73 5.34 10.3 -
YUV 67.14 140.9 148.58 -
System Red Green Blue C M Y K H S L
Decimal 96 48 90 0 0.50 0.06 0.62 307.5 0.33 0.28
Hex 60 30 5A 0 32 6 3E 134 21 1C
Octal 140 60 132 0 62 6 76 464 41 34
Binary 1100000 110000 1011010 0 110010 110 111110 100110100 100001 11100

Color Harmonies of #60305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60305A

Black with #60305A

Text Example


Text Example

White with #60305A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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