Html Css Color HEX #76027B Purple

📋 copy color: '#76027B'

red 118 ◦ green 2 ◦ blue 123

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

Shades of Purple #76027B

Tints of Purple #76027B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 50.62%

R = 48.56%
G = 0.82%
B = 50.62%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#76027B (or 0x76027B) is known color: Purple. HEX triplet: 76, 02 and 7B. RGB value is (118,2,123). Sum of RGB (Red+Green+Blue) = 118+2+123=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #76027B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76027B is #89FD84. Grayscale: #323232. Windows color (decimal): -9043333 or 8061558. OLE color: 8061558.

HSL color Cylindrical-coordinate representation of color #76027B: hue angle of 297.52º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #76027B is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 2 123 -
CMYK 0.04 0.98 0 0.52
HSL 297.52º 0.97% 0.25% -
HSV(B) 297.52º 0.98% 0.48% -
XYZ 11.07 5.33 19.18 -
YUV 50.48 168.93 176.16 -
System Red Green Blue C M Y K H S L
Decimal 118 2 123 0.04 0.98 0 0.52 297.52 0.97 0.25
Hex 76 2 7B 4 62 0 34 12A 61 19
Octal 166 2 173 4 142 0 64 452 141 31
Binary 1110110 10 1111011 100 1100010 0 110100 100101010 1100001 11001

Color Harmonies of #76027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76027B

Black with #76027B

Text Example


Text Example

White with #76027B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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