Html Css Color HEX #60056D Purple

📋 copy color: '#60056D'

red 96 ◦ green 5 ◦ blue 109

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

Shades of Purple #60056D

Tints of Purple #60056D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.38%

 BLUE value IS 109 (42.97% from 255) = 51.9%

R = 45.71%
G = 2.38%
B = 51.9%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#60056D (or 0x60056D) is known color: Purple. HEX triplet: 60, 05 and 6D. RGB value is (96,5,109). Sum of RGB (Red+Green+Blue) = 96+5+109=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #60056D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60056D is #9FFA92. Grayscale: #2B2B2B. Windows color (decimal): -10484371 or 7144800. OLE color: 7144800.

HSL color Cylindrical-coordinate representation of color #60056D: hue angle of 292.5º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #60056D is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 96 5 109 -
CMYK 0.12 0.95 0 0.57
HSL 292.5º 0.91% 0.22% -
HSV(B) 292.5º 0.95% 0.43% -
XYZ 7.64 3.7 14.78 -
YUV 44.07 164.65 165.04 -
System Red Green Blue C M Y K H S L
Decimal 96 5 109 0.12 0.95 0 0.57 292.5 0.91 0.22
Hex 60 5 6D C 5F 0 39 124 5B 16
Octal 140 5 155 14 137 0 71 444 133 26
Binary 1100000 101 1101101 1100 1011111 0 111001 100100100 1011011 10110

Color Harmonies of #60056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60056D

Black with #60056D

Text Example


Text Example

White with #60056D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60056D; }

 p { color: rgb(96,5,109); }

 H1.HeaderClassName
 {
   color: #60056D;
 }
 .AnyTagClassName
 {
   color: #60056D;
 }
</style>

background-color css

<style>
 a { background-color: #60056D; }

 a { background-color: rgb(96,5,109); }

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

border-color css

<style>
 span { border-color: #60056D; }

 span { border-color: rgb(96,5,109); }

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