Html Css Color HEX #60305E Palatinate Purple

📋 copy color: '#60305E'

red 96 ◦ green 48 ◦ blue 94

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

Shades of Palatinate Purple #60305E

Tints of Palatinate Purple #60305E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 39.5%

R = 40.34%
G = 20.17%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#60305E (or 0x60305E) is known color: Palatinate Purple. HEX triplet: 60, 30 and 5E. RGB value is (96,48,94). Sum of RGB (Red+Green+Blue) = 96+48+94=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 96 - color contains mainly: red. Hex color #60305E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60305E is #9FCFA1. Grayscale: #434343. Windows color (decimal): -10473378 or 6172768. OLE color: 6172768.

HSL color Cylindrical-coordinate representation of color #60305E: hue angle of 302.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 #60305E is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 48 94 -
CMYK 0 0.50 0.02 0.62
HSL 302.5º 0.33% 0.28% -
HSV(B) 302.5º 0.5% 0.38% -
XYZ 7.9 5.41 11.22 -
YUV 67.6 142.9 148.26 -
System Red Green Blue C M Y K H S L
Decimal 96 48 94 0 0.50 0.02 0.62 302.5 0.33 0.28
Hex 60 30 5E 0 32 2 3E 12E 21 1C
Octal 140 60 136 0 62 2 76 456 41 34
Binary 1100000 110000 1011110 0 110010 10 111110 100101110 100001 11100

Color Harmonies of #60305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60305E

Black with #60305E

Text Example


Text Example

White with #60305E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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