Html Css Color HEX #60255C Palatinate Purple

📋 copy color: '#60255C'

red 96 ◦ green 37 ◦ blue 92

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

Shades of Palatinate Purple #60255C

Tints of Palatinate Purple #60255C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.44%

 BLUE value IS 92 (36.33% from 255) = 40.89%

R = 42.67%
G = 16.44%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#60255C (or 0x60255C) is known color: Palatinate Purple. HEX triplet: 60, 25 and 5C. RGB value is (96,37,92). Sum of RGB (Red+Green+Blue) = 96+37+92=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #60255C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60255C is #9FDAA3. Grayscale: #3C3C3C. Windows color (decimal): -10476196 or 6038880. OLE color: 6038880.

HSL color Cylindrical-coordinate representation of color #60255C: hue angle of 304.07º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60255C is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 37 92 -
CMYK 0 0.61 0.04 0.62
HSL 304.07º 0.44% 0.26% -
HSV(B) 304.07º 0.61% 0.38% -
XYZ 7.42 4.58 10.62 -
YUV 60.91 145.55 153.03 -
System Red Green Blue C M Y K H S L
Decimal 96 37 92 0 0.61 0.04 0.62 304.07 0.44 0.26
Hex 60 25 5C 0 3D 4 3E 130 2C 1A
Octal 140 45 134 0 75 4 76 460 54 32
Binary 1100000 100101 1011100 0 111101 100 111110 100110000 101100 11010

Color Harmonies of #60255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60255C

Black with #60255C

Text Example


Text Example

White with #60255C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60255C; }

 p { color: rgb(96,37,92); }

 H1.HeaderClassName
 {
   color: #60255C;
 }
 .AnyTagClassName
 {
   color: #60255C;
 }
</style>

background-color css

<style>
 a { background-color: #60255C; }

 a { background-color: rgb(96,37,92); }

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

border-color css

<style>
 span { border-color: #60255C; }

 span { border-color: rgb(96,37,92); }

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