Html Css Color HEX #76238B Vivid Violet

📋 copy color: '#76238B'

red 118 ◦ green 35 ◦ blue 139

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

Shades of Vivid Violet #76238B

Tints of Vivid Violet #76238B

RGB

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

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

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

R = 40.41%
G = 11.99%
B = 47.6%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76238B (or 0x76238B) is known color: Vivid Violet. HEX triplet: 76, 23 and 8B. RGB value is (118,35,139). Sum of RGB (Red+Green+Blue) = 118+35+139=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #76238B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76238B is #89DC74. Grayscale: #474747. Windows color (decimal): -9034869 or 9118582. OLE color: 9118582.

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

Color convert

RGB 118 35 139 -
CMYK 0.15 0.75 0 0.45
HSL 287.88º 0.6% 0.34% -
HSV(B) 287.88º 0.75% 0.55% -
XYZ 12.73 6.92 25.09 -
YUV 71.67 166 161.04 -
System Red Green Blue C M Y K H S L
Decimal 118 35 139 0.15 0.75 0 0.45 287.88 0.6 0.34
Hex 76 23 8B F 4B 0 2D 120 3C 22
Octal 166 43 213 17 113 0 55 440 74 42
Binary 1110110 100011 10001011 1111 1001011 0 101101 100100000 111100 100010

Color Harmonies of #76238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76238B

Black with #76238B

Text Example


Text Example

White with #76238B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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