Html Css Color HEX #60255F Palatinate Purple

📋 copy color: '#60255F'

red 96 ◦ green 37 ◦ blue 95

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

Shades of Palatinate Purple #60255F

Tints of Palatinate Purple #60255F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 41.67%

R = 42.11%
G = 16.23%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#60255F (or 0x60255F) is known color: Palatinate Purple. HEX triplet: 60, 25 and 5F. RGB value is (96,37,95). Sum of RGB (Red+Green+Blue) = 96+37+95=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 96 - color contains mainly: red. Hex color #60255F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60255F is #9FDAA0. Grayscale: #3D3D3D. Windows color (decimal): -10476193 or 6235488. OLE color: 6235488.

HSL color Cylindrical-coordinate representation of color #60255F: hue angle of 301.02º 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 #60255F is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 37 95 -
CMYK 0 0.61 0.01 0.62
HSL 301.02º 0.44% 0.26% -
HSV(B) 301.02º 0.61% 0.38% -
XYZ 7.55 4.64 11.32 -
YUV 61.25 147.05 152.78 -
System Red Green Blue C M Y K H S L
Decimal 96 37 95 0 0.61 0.01 0.62 301.02 0.44 0.26
Hex 60 25 5F 0 3D 1 3E 12D 2C 1A
Octal 140 45 137 0 75 1 76 455 54 32
Binary 1100000 100101 1011111 0 111101 1 111110 100101101 101100 11010

Color Harmonies of #60255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60255F

Black with #60255F

Text Example


Text Example

White with #60255F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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