Html Css Color HEX #60076B Purple

📋 copy color: '#60076B'

red 96 ◦ green 7 ◦ blue 107

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

Shades of Purple #60076B

Tints of Purple #60076B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.33%

 BLUE value IS 107 (42.19% from 255) = 50.95%

R = 45.71%
G = 3.33%
B = 50.95%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#60076B (or 0x60076B) is known color: Purple. HEX triplet: 60, 07 and 6B. RGB value is (96,7,107). Sum of RGB (Red+Green+Blue) = 96+7+107=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 107 (42.19% from 255 or 50.95% from 210); Max value from RGB is 107 - color contains mainly: blue. Hex color #60076B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60076B is #9FF894. Grayscale: #2C2C2C. Windows color (decimal): -10483861 or 7014240. OLE color: 7014240.

HSL color Cylindrical-coordinate representation of color #60076B: hue angle of 293.4º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #60076B is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 7 107 -
CMYK 0.10 0.93 0 0.58
HSL 293.4º 0.88% 0.22% -
HSV(B) 293.4º 0.93% 0.42% -
XYZ 7.55 3.7 14.23 -
YUV 45.01 162.99 164.37 -
System Red Green Blue C M Y K H S L
Decimal 96 7 107 0.10 0.93 0 0.58 293.4 0.88 0.22
Hex 60 7 6B A 5D 0 3A 125 58 16
Octal 140 7 153 12 135 0 72 445 130 26
Binary 1100000 111 1101011 1010 1011101 0 111010 100100101 1011000 10110

Color Harmonies of #60076B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60076B

Black with #60076B

Text Example


Text Example

White with #60076B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,7,107); }

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

background-color css

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

 a { background-color: rgb(96,7,107); }

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

border-color css

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

 span { border-color: rgb(96,7,107); }

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