Html Css Color HEX #76268B Vivid Violet

📋 copy color: '#76268B'

red 118 ◦ green 38 ◦ blue 139

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

Shades of Vivid Violet #76268B

Tints of Vivid Violet #76268B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.88%

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

R = 40%
G = 12.88%
B = 47.12%

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

#76268B (or 0x76268B) is known color: Vivid Violet. HEX triplet: 76, 26 and 8B. RGB value is (118,38,139). Sum of RGB (Red+Green+Blue) = 118+38+139=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #76268B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76268B is #89D974. Grayscale: #494949. Windows color (decimal): -9034101 or 9119350. OLE color: 9119350.

HSL color Cylindrical-coordinate representation of color #76268B: hue angle of 287.52º degrees, saturation: 0.57, 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 #76268B is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 38 139 -
CMYK 0.15 0.73 0 0.45
HSL 287.52º 0.57% 0.35% -
HSV(B) 287.52º 0.73% 0.55% -
XYZ 12.82 7.1 25.12 -
YUV 73.43 165 159.79 -
System Red Green Blue C M Y K H S L
Decimal 118 38 139 0.15 0.73 0 0.45 287.52 0.57 0.35
Hex 76 26 8B F 49 0 2D 120 39 23
Octal 166 46 213 17 111 0 55 440 71 43
Binary 1110110 100110 10001011 1111 1001001 0 101101 100100000 111001 100011

Color Harmonies of #76268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76268B

Black with #76268B

Text Example


Text Example

White with #76268B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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