Html Css Color HEX #60365B Palatinate Purple

📋 copy color: '#60365B'

red 96 ◦ green 54 ◦ blue 91

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

Shades of Palatinate Purple #60365B

Tints of Palatinate Purple #60365B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.41%

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

R = 39.83%
G = 22.41%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#60365B (or 0x60365B) is known color: Palatinate Purple. HEX triplet: 60, 36 and 5B. RGB value is (96,54,91). Sum of RGB (Red+Green+Blue) = 96+54+91=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 96 - color contains mainly: red. Hex color #60365B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60365B is #9FC9A4. Grayscale: #464646. Windows color (decimal): -10471845 or 5977696. OLE color: 5977696.

HSL color Cylindrical-coordinate representation of color #60365B: hue angle of 307.14º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60365B is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 54 91 -
CMYK 0 0.44 0.05 0.62
HSL 307.14º 0.28% 0.29% -
HSV(B) 307.14º 0.44% 0.38% -
XYZ 8.03 5.88 10.61 -
YUV 70.78 139.41 145.99 -
System Red Green Blue C M Y K H S L
Decimal 96 54 91 0 0.44 0.05 0.62 307.14 0.28 0.29
Hex 60 36 5B 0 2C 5 3E 133 1C 1D
Octal 140 66 133 0 54 5 76 463 34 35
Binary 1100000 110110 1011011 0 101100 101 111110 100110011 11100 11101

Color Harmonies of #60365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60365B

Black with #60365B

Text Example


Text Example

White with #60365B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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