Html Css Color HEX #76028B Purple

📋 copy color: '#76028B'

red 118 ◦ green 2 ◦ blue 139

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

Shades of Purple #76028B

Tints of Purple #76028B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

 BLUE value IS 139 (54.69% from 255) = 53.67%

R = 45.56%
G = 0.77%
B = 53.67%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76028B (or 0x76028B) is known color: Purple. HEX triplet: 76, 02 and 8B. RGB value is (118,2,139). Sum of RGB (Red+Green+Blue) = 118+2+139=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #76028B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76028B is #89FD74. Grayscale: #333333. Windows color (decimal): -9043317 or 9110134. OLE color: 9110134.

HSL color Cylindrical-coordinate representation of color #76028B: hue angle of 290.8º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76028B is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 2 139 -
CMYK 0.15 0.99 0 0.45
HSL 290.8º 0.97% 0.28% -
HSV(B) 290.8º 0.99% 0.55% -
XYZ 12.15 5.76 24.9 -
YUV 52.3 176.93 174.86 -
System Red Green Blue C M Y K H S L
Decimal 118 2 139 0.15 0.99 0 0.45 290.8 0.97 0.28
Hex 76 2 8B F 63 0 2D 123 61 1C
Octal 166 2 213 17 143 0 55 443 141 34
Binary 1110110 10 10001011 1111 1100011 0 101101 100100011 1100001 11100

Color Harmonies of #76028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76028B

Black with #76028B

Text Example


Text Example

White with #76028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,2,139); }

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

background-color css

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

 a { background-color: rgb(118,2,139); }

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

border-color css

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

 span { border-color: rgb(118,2,139); }

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