Html Css Color HEX #60345A Palatinate Purple

📋 copy color: '#60345A'

red 96 ◦ green 52 ◦ blue 90

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

Shades of Palatinate Purple #60345A

Tints of Palatinate Purple #60345A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.85%

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

R = 40.34%
G = 21.85%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#60345A (or 0x60345A) is known color: Palatinate Purple. HEX triplet: 60, 34 and 5A. RGB value is (96,52,90). Sum of RGB (Red+Green+Blue) = 96+52+90=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 96 - color contains mainly: red. Hex color #60345A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60345A is #9FCBA5. Grayscale: #454545. Windows color (decimal): -10472358 or 5911648. OLE color: 5911648.

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

Color convert

RGB 96 52 90 -
CMYK 0 0.46 0.06 0.62
HSL 308.18º 0.3% 0.29% -
HSV(B) 308.18º 0.46% 0.38% -
XYZ 7.9 5.68 10.35 -
YUV 69.49 139.58 146.91 -
System Red Green Blue C M Y K H S L
Decimal 96 52 90 0 0.46 0.06 0.62 308.18 0.3 0.29
Hex 60 34 5A 0 2E 6 3E 134 1E 1D
Octal 140 64 132 0 56 6 76 464 36 35
Binary 1100000 110100 1011010 0 101110 110 111110 100110100 11110 11101

Color Harmonies of #60345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60345A

Black with #60345A

Text Example


Text Example

White with #60345A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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