Html Css Color HEX #76248B Vivid Violet

📋 copy color: '#76248B'

red 118 ◦ green 36 ◦ blue 139

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

Shades of Vivid Violet #76248B

Tints of Vivid Violet #76248B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.29%

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

R = 40.27%
G = 12.29%
B = 47.44%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76248B (or 0x76248B) is known color: Vivid Violet. HEX triplet: 76, 24 and 8B. RGB value is (118,36,139). Sum of RGB (Red+Green+Blue) = 118+36+139=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #76248B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76248B is #89DB74. Grayscale: #474747. Windows color (decimal): -9034613 or 9118838. OLE color: 9118838.

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

Color convert

RGB 118 36 139 -
CMYK 0.15 0.74 0 0.45
HSL 287.77º 0.59% 0.34% -
HSV(B) 287.77º 0.74% 0.55% -
XYZ 12.76 6.98 25.1 -
YUV 72.26 165.67 160.62 -
System Red Green Blue C M Y K H S L
Decimal 118 36 139 0.15 0.74 0 0.45 287.77 0.59 0.34
Hex 76 24 8B F 4A 0 2D 120 3B 22
Octal 166 44 213 17 112 0 55 440 73 42
Binary 1110110 100100 10001011 1111 1001010 0 101101 100100000 111011 100010

Color Harmonies of #76248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76248B

Black with #76248B

Text Example


Text Example

White with #76248B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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