Html Css Color HEX #76036B Purple

📋 copy color: '#76036B'

red 118 ◦ green 3 ◦ blue 107

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

Shades of Purple #76036B

Tints of Purple #76036B

RGB

 RED value IS 118 (46.48% from 255) = 51.75%

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

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

R = 51.75%
G = 1.32%
B = 46.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#76036B (or 0x76036B) is known color: Purple. HEX triplet: 76, 03 and 6B. RGB value is (118,3,107). Sum of RGB (Red+Green+Blue) = 118+3+107=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #76036B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76036B is #89FC94. Grayscale: #303030. Windows color (decimal): -9043093 or 7013238. OLE color: 7013238.

HSL color Cylindrical-coordinate representation of color #76036B: hue angle of 305.74º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #76036B is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 3 107 -
CMYK 0 0.97 0.09 0.54
HSL 305.74º 0.95% 0.24% -
HSV(B) 305.74º 0.97% 0.46% -
XYZ 10.16 4.98 14.34 -
YUV 49.24 160.6 177.04 -
System Red Green Blue C M Y K H S L
Decimal 118 3 107 0 0.97 0.09 0.54 305.74 0.95 0.24
Hex 76 3 6B 0 61 9 36 132 5F 18
Octal 166 3 153 0 141 11 66 462 137 30
Binary 1110110 11 1101011 0 1100001 1001 110110 100110010 1011111 11000

Color Harmonies of #76036B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76036B

Black with #76036B

Text Example


Text Example

White with #76036B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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