Html Css Color HEX #76077B Purple

📋 copy color: '#76077B'

red 118 ◦ green 7 ◦ blue 123

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

Shades of Purple #76077B

Tints of Purple #76077B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.82%

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

R = 47.58%
G = 2.82%
B = 49.6%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#76077B (or 0x76077B) is known color: Purple. HEX triplet: 76, 07 and 7B. RGB value is (118,7,123). Sum of RGB (Red+Green+Blue) = 118+7+123=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 123 (48.44% from 255 or 49.60% from 248); Max value from RGB is 123 - color contains mainly: blue. Hex color #76077B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76077B is #89F884. Grayscale: #353535. Windows color (decimal): -9042053 or 8062838. OLE color: 8062838.

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

Color convert

RGB 118 7 123 -
CMYK 0.04 0.94 0 0.52
HSL 297.41º 0.89% 0.25% -
HSV(B) 297.41º 0.94% 0.48% -
XYZ 11.12 5.43 19.2 -
YUV 53.41 167.27 174.07 -
System Red Green Blue C M Y K H S L
Decimal 118 7 123 0.04 0.94 0 0.52 297.41 0.89 0.25
Hex 76 7 7B 4 5E 0 34 129 59 19
Octal 166 7 173 4 136 0 64 451 131 31
Binary 1110110 111 1111011 100 1011110 0 110100 100101001 1011001 11001

Color Harmonies of #76077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76077B

Black with #76077B

Text Example


Text Example

White with #76077B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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