Html Css Color HEX #60036B Purple

📋 copy color: '#60036B'

red 96 ◦ green 3 ◦ blue 107

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

Shades of Purple #60036B

Tints of Purple #60036B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

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

R = 46.6%
G = 1.46%
B = 51.94%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#60036B (or 0x60036B) is known color: Purple. HEX triplet: 60, 03 and 6B. RGB value is (96,3,107). Sum of RGB (Red+Green+Blue) = 96+3+107=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 107 (42.19% from 255 or 51.94% from 206); Max value from RGB is 107 - color contains mainly: blue. Hex color #60036B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60036B is #9FFC94. Grayscale: #2A2A2A. Windows color (decimal): -10484885 or 7013216. OLE color: 7013216.

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

Color convert

RGB 96 3 107 -
CMYK 0.10 0.97 0 0.58
HSL 293.65º 0.95% 0.22% -
HSV(B) 293.65º 0.97% 0.42% -
XYZ 7.51 3.61 14.21 -
YUV 42.66 164.31 166.04 -
System Red Green Blue C M Y K H S L
Decimal 96 3 107 0.10 0.97 0 0.58 293.65 0.95 0.22
Hex 60 3 6B A 61 0 3A 126 5F 16
Octal 140 3 153 12 141 0 72 446 137 26
Binary 1100000 11 1101011 1010 1100001 0 111010 100100110 1011111 10110

Color Harmonies of #60036B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60036B

Black with #60036B

Text Example


Text Example

White with #60036B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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