Html Css Color HEX #60006C Purple

📋 copy color: '#60006C'

red 96 ◦ green 0 ◦ blue 108

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

Shades of Purple #60006C

Tints of Purple #60006C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 52.94%

R = 47.06%
G = 0%
B = 52.94%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#60006C (or 0x60006C) is known color: Purple. HEX triplet: 60, 00 and 6C. RGB value is (96,0,108). Sum of RGB (Red+Green+Blue) = 96+0+108=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #60006C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60006C is #9FFF93. Grayscale: #282828. Windows color (decimal): -10485652 or 7077984. OLE color: 7077984.

HSL color Cylindrical-coordinate representation of color #60006C: hue angle of 293.33º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60006C is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 0 108 -
CMYK 0.11 1 0 0.58
HSL 293.33º 1% 0.21% -
HSV(B) 293.33º 1% 0.42% -
XYZ 7.53 3.57 14.48 -
YUV 41.02 165.8 167.22 -
System Red Green Blue C M Y K H S L
Decimal 96 0 108 0.11 1 0 0.58 293.33 1 0.21
Hex 60 0 6C B 64 0 3A 125 64 15
Octal 140 0 154 13 144 0 72 445 144 25
Binary 1100000 0 1101100 1011 1100100 0 111010 100100101 1100100 10101

Color Harmonies of #60006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60006C

Black with #60006C

Text Example


Text Example

White with #60006C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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