Html Css Color HEX #77237F Eminence

📋 copy color: '#77237F'

red 119 ◦ green 35 ◦ blue 127

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

Shades of Eminence #77237F

Tints of Eminence #77237F

RGB

 RED value IS 119 (46.88% from 255) = 42.35%

 GREEN value IS 35 (14.06% from 255) = 12.46%

 BLUE value IS 127 (50% from 255) = 45.2%

R = 42.35%
G = 12.46%
B = 45.2%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#77237F (or 0x77237F) is known color: Eminence. HEX triplet: 77, 23 and 7F. RGB value is (119,35,127). Sum of RGB (Red+Green+Blue) = 119+35+127=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 127 - color contains mainly: blue. Hex color #77237F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77237F is #88DC80. Grayscale: #464646. Windows color (decimal): -8969345 or 8332151. OLE color: 8332151.

HSL color Cylindrical-coordinate representation of color #77237F: hue angle of 294.78º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #77237F is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 119 35 127 -
CMYK 0.06 0.72 0 0.50
HSL 294.78º 0.57% 0.32% -
HSV(B) 294.78º 0.72% 0.5% -
XYZ 12.04 6.66 20.73 -
YUV 70.6 159.83 162.52 -
System Red Green Blue C M Y K H S L
Decimal 119 35 127 0.06 0.72 0 0.50 294.78 0.57 0.32
Hex 77 23 7F 6 48 0 32 127 39 20
Octal 167 43 177 6 110 0 62 447 71 40
Binary 1110111 100011 1111111 110 1001000 0 110010 100100111 111001 100000

Color Harmonies of #77237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77237F

Black with #77237F

Text Example


Text Example

White with #77237F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77237F; }

 p { color: rgb(119,35,127); }

 H1.HeaderClassName
 {
   color: #77237F;
 }
 .AnyTagClassName
 {
   color: #77237F;
 }
</style>

background-color css

<style>
 a { background-color: #77237F; }

 a { background-color: rgb(119,35,127); }

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

border-color css

<style>
 span { border-color: #77237F; }

 span { border-color: rgb(119,35,127); }

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