Html Css Color HEX #60305B Palatinate Purple

📋 copy color: '#60305B'

red 96 ◦ green 48 ◦ blue 91

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

Shades of Palatinate Purple #60305B

Tints of Palatinate Purple #60305B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.72%

R = 40.85%
G = 20.43%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#60305B (or 0x60305B) is known color: Palatinate Purple. HEX triplet: 60, 30 and 5B. RGB value is (96,48,91). Sum of RGB (Red+Green+Blue) = 96+48+91=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 96 - color contains mainly: red. Hex color #60305B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60305B is #9FCFA4. Grayscale: #434343. Windows color (decimal): -10473381 or 5976160. OLE color: 5976160.

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

Color convert

RGB 96 48 91 -
CMYK 0 0.50 0.05 0.62
HSL 306.25º 0.33% 0.28% -
HSV(B) 306.25º 0.5% 0.38% -
XYZ 7.77 5.36 10.52 -
YUV 67.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 96 48 91 0 0.50 0.05 0.62 306.25 0.33 0.28
Hex 60 30 5B 0 32 5 3E 132 21 1C
Octal 140 60 133 0 62 5 76 462 41 34
Binary 1100000 110000 1011011 0 110010 101 111110 100110010 100001 11100

Color Harmonies of #60305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60305B

Black with #60305B

Text Example


Text Example

White with #60305B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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