Html Css Color HEX #60056A Purple

📋 copy color: '#60056A'

red 96 ◦ green 5 ◦ blue 106

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

Shades of Purple #60056A

Tints of Purple #60056A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 51.21%

R = 46.38%
G = 2.42%
B = 51.21%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#60056A (or 0x60056A) is known color: Purple. HEX triplet: 60, 05 and 6A. RGB value is (96,5,106). Sum of RGB (Red+Green+Blue) = 96+5+106=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 106 (41.80% from 255 or 51.21% from 207); Max value from RGB is 106 - color contains mainly: blue. Hex color #60056A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60056A is #9FFA95. Grayscale: #2B2B2B. Windows color (decimal): -10484374 or 6948192. OLE color: 6948192.

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

Color convert

RGB 96 5 106 -
CMYK 0.09 0.95 0 0.58
HSL 294.06º 0.91% 0.22% -
HSV(B) 294.06º 0.95% 0.42% -
XYZ 7.48 3.64 13.94 -
YUV 43.72 163.15 165.29 -
System Red Green Blue C M Y K H S L
Decimal 96 5 106 0.09 0.95 0 0.58 294.06 0.91 0.22
Hex 60 5 6A 9 5F 0 3A 126 5B 16
Octal 140 5 152 11 137 0 72 446 133 26
Binary 1100000 101 1101010 1001 1011111 0 111010 100100110 1011011 10110

Color Harmonies of #60056A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60056A

Black with #60056A

Text Example


Text Example

White with #60056A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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