Html Css Color HEX #76238E Vivid Violet

📋 copy color: '#76238E'

red 118 ◦ green 35 ◦ blue 142

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

Shades of Vivid Violet #76238E

Tints of Vivid Violet #76238E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 48.14%

R = 40%
G = 11.86%
B = 48.14%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#76238E (or 0x76238E) is known color: Vivid Violet. HEX triplet: 76, 23 and 8E. RGB value is (118,35,142). Sum of RGB (Red+Green+Blue) = 118+35+142=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 142 - color contains mainly: blue. Hex color #76238E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76238E is #89DC71. Grayscale: #474747. Windows color (decimal): -9034866 or 9315190. OLE color: 9315190.

HSL color Cylindrical-coordinate representation of color #76238E: hue angle of 286.54º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76238E is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 35 142 -
CMYK 0.17 0.75 0 0.44
HSL 286.54º 0.6% 0.35% -
HSV(B) 286.54º 0.75% 0.56% -
XYZ 12.95 7.01 26.26 -
YUV 72.02 167.5 160.8 -
System Red Green Blue C M Y K H S L
Decimal 118 35 142 0.17 0.75 0 0.44 286.54 0.6 0.35
Hex 76 23 8E 11 4B 0 2C 11F 3C 23
Octal 166 43 216 21 113 0 54 437 74 43
Binary 1110110 100011 10001110 10001 1001011 0 101100 100011111 111100 100011

Color Harmonies of #76238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76238E

Black with #76238E

Text Example


Text Example

White with #76238E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76238E; }

 p { color: rgb(118,35,142); }

 H1.HeaderClassName
 {
   color: #76238E;
 }
 .AnyTagClassName
 {
   color: #76238E;
 }
</style>

background-color css

<style>
 a { background-color: #76238E; }

 a { background-color: rgb(118,35,142); }

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

border-color css

<style>
 span { border-color: #76238E; }

 span { border-color: rgb(118,35,142); }

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