Html Css Color HEX #60006E Purple

📋 copy color: '#60006E'

red 96 ◦ green 0 ◦ blue 110

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

Shades of Purple #60006E

Tints of Purple #60006E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 110 (43.36% from 255) = 53.4%

R = 46.6%
G = 0%
B = 53.4%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#60006E (or 0x60006E) is known color: Purple. HEX triplet: 60, 00 and 6E. RGB value is (96,0,110). Sum of RGB (Red+Green+Blue) = 96+0+110=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #60006E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60006E is #9FFF91. Grayscale: #282828. Windows color (decimal): -10485650 or 7209056. OLE color: 7209056.

HSL color Cylindrical-coordinate representation of color #60006E: hue angle of 292.36º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60006E is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 96 0 110 -
CMYK 0.13 1 0 0.57
HSL 292.36º 1% 0.22% -
HSV(B) 292.36º 1% 0.43% -
XYZ 7.64 3.61 15.05 -
YUV 41.24 166.8 167.06 -
System Red Green Blue C M Y K H S L
Decimal 96 0 110 0.13 1 0 0.57 292.36 1 0.22
Hex 60 0 6E D 64 0 39 124 64 16
Octal 140 0 156 15 144 0 71 444 144 26
Binary 1100000 0 1101110 1101 1100100 0 111001 100100100 1100100 10110

Color Harmonies of #60006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60006E

Black with #60006E

Text Example


Text Example

White with #60006E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60006E; }

 p { color: rgb(96,0,110); }

 H1.HeaderClassName
 {
   color: #60006E;
 }
 .AnyTagClassName
 {
   color: #60006E;
 }
</style>

background-color css

<style>
 a { background-color: #60006E; }

 a { background-color: rgb(96,0,110); }

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

border-color css

<style>
 span { border-color: #60006E; }

 span { border-color: rgb(96,0,110); }

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