Html Css Color HEX #60006B Purple

📋 copy color: '#60006B'

red 96 ◦ green 0 ◦ blue 107

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

Shades of Purple #60006B

Tints of Purple #60006B

RGB

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

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

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

R = 47.29%
G = 0%
B = 52.71%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#60006B (or 0x60006B) is known color: Purple. HEX triplet: 60, 00 and 6B. RGB value is (96,0,107). Sum of RGB (Red+Green+Blue) = 96+0+107=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 107 (42.19% from 255 or 52.71% from 203); Max value from RGB is 107 - color contains mainly: blue. Hex color #60006B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60006B is #9FFF94. Grayscale: #282828. Windows color (decimal): -10485653 or 7012448. OLE color: 7012448.

HSL color Cylindrical-coordinate representation of color #60006B: hue angle of 293.83º 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 #60006B is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 0 107 -
CMYK 0.10 1 0 0.58
HSL 293.83º 1% 0.21% -
HSV(B) 293.83º 1% 0.42% -
XYZ 7.48 3.55 14.2 -
YUV 40.9 165.3 167.3 -
System Red Green Blue C M Y K H S L
Decimal 96 0 107 0.10 1 0 0.58 293.83 1 0.21
Hex 60 0 6B A 64 0 3A 126 64 15
Octal 140 0 153 12 144 0 72 446 144 25
Binary 1100000 0 1101011 1010 1100100 0 111010 100100110 1100100 10101

Color Harmonies of #60006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60006B

Black with #60006B

Text Example


Text Example

White with #60006B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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