Html Css Color HEX #76259D Vivid Violet

📋 copy color: '#76259D'

red 118 ◦ green 37 ◦ blue 157

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

Shades of Vivid Violet #76259D

Tints of Vivid Violet #76259D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50.32%

R = 37.82%
G = 11.86%
B = 50.32%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76259D (or 0x76259D) is known color: Vivid Violet. HEX triplet: 76, 25 and 9D. RGB value is (118,37,157). Sum of RGB (Red+Green+Blue) = 118+37+157=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #76259D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76259D is #89DA62. Grayscale: #4A4A4A. Windows color (decimal): -9034339 or 10298742. OLE color: 10298742.

HSL color Cylindrical-coordinate representation of color #76259D: hue angle of 280.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76259D is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 37 157 -
CMYK 0.25 0.76 0 0.38
HSL 280.5º 0.62% 0.38% -
HSV(B) 280.5º 0.76% 0.62% -
XYZ 14.22 7.61 32.62 -
YUV 74.9 174.34 158.74 -
System Red Green Blue C M Y K H S L
Decimal 118 37 157 0.25 0.76 0 0.38 280.5 0.62 0.38
Hex 76 25 9D 19 4C 0 26 118 3E 26
Octal 166 45 235 31 114 0 46 430 76 46
Binary 1110110 100101 10011101 11001 1001100 0 100110 100011000 111110 100110

Color Harmonies of #76259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76259D

Black with #76259D

Text Example


Text Example

White with #76259D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76259D; }

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

 H1.HeaderClassName
 {
   color: #76259D;
 }
 .AnyTagClassName
 {
   color: #76259D;
 }
</style>

background-color css

<style>
 a { background-color: #76259D; }

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

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

border-color css

<style>
 span { border-color: #76259D; }

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

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