Html Css Color HEX #76258E Vivid Violet

📋 copy color: '#76258E'

red 118 ◦ green 37 ◦ blue 142

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

Shades of Vivid Violet #76258E

Tints of Vivid Violet #76258E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.46%

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

R = 39.73%
G = 12.46%
B = 47.81%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#76258E (or 0x76258E) is known color: Vivid Violet. HEX triplet: 76, 25 and 8E. RGB value is (118,37,142). Sum of RGB (Red+Green+Blue) = 118+37+142=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #76258E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76258E is #89DA71. Grayscale: #484848. Windows color (decimal): -9034354 or 9315702. OLE color: 9315702.

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

Color convert

RGB 118 37 142 -
CMYK 0.17 0.74 0 0.44
HSL 286.29º 0.59% 0.35% -
HSV(B) 286.29º 0.74% 0.56% -
XYZ 13.02 7.13 26.28 -
YUV 73.19 166.84 159.96 -
System Red Green Blue C M Y K H S L
Decimal 118 37 142 0.17 0.74 0 0.44 286.29 0.59 0.35
Hex 76 25 8E 11 4A 0 2C 11E 3B 23
Octal 166 45 216 21 112 0 54 436 73 43
Binary 1110110 100101 10001110 10001 1001010 0 101100 100011110 111011 100011

Color Harmonies of #76258E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76258E

Black with #76258E

Text Example


Text Example

White with #76258E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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