Html Css Color HEX #76258B Vivid Violet

📋 copy color: '#76258B'

red 118 ◦ green 37 ◦ blue 139

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

Shades of Vivid Violet #76258B

Tints of Vivid Violet #76258B

RGB

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

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

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

R = 40.14%
G = 12.59%
B = 47.28%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76258B (or 0x76258B) is known color: Vivid Violet. HEX triplet: 76, 25 and 8B. RGB value is (118,37,139). Sum of RGB (Red+Green+Blue) = 118+37+139=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 139 - color contains mainly: blue. Hex color #76258B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76258B is #89DA74. Grayscale: #484848. Windows color (decimal): -9034357 or 9119094. OLE color: 9119094.

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

Color convert

RGB 118 37 139 -
CMYK 0.15 0.73 0 0.45
HSL 287.65º 0.58% 0.35% -
HSV(B) 287.65º 0.73% 0.55% -
XYZ 12.79 7.04 25.11 -
YUV 72.85 165.34 160.21 -
System Red Green Blue C M Y K H S L
Decimal 118 37 139 0.15 0.73 0 0.45 287.65 0.58 0.35
Hex 76 25 8B F 49 0 2D 120 3A 23
Octal 166 45 213 17 111 0 55 440 72 43
Binary 1110110 100101 10001011 1111 1001001 0 101101 100100000 111010 100011

Color Harmonies of #76258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76258B

Black with #76258B

Text Example


Text Example

White with #76258B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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