Html Css Color HEX #7E0BBB Dark Violet

📋 copy color: '#7E0BBB'

red 126 ◦ green 11 ◦ blue 187

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

Shades of Dark Violet #7E0BBB

Tints of Dark Violet #7E0BBB

RGB

 RED value IS 126 (49.61% from 255) = 38.89%

 GREEN value IS 11 (4.69% from 255) = 3.4%

 BLUE value IS 187 (73.44% from 255) = 57.72%

R = 38.89%
G = 3.4%
B = 57.72%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7E0BBB (or 0x7E0BBB) is known color: Dark Violet. HEX triplet: 7E, 0B and BB. RGB value is (126,11,187). Sum of RGB (Red+Green+Blue) = 126+11+187=324 (42% of max value = 765). Red value is 126 (49.61% from 255 or 38.89% from 324); Green value is 11 (4.69% from 255 or 3.40% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E0BBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E0BBB is #81F444. Grayscale: #404040. Windows color (decimal): -8516677 or 12258174. OLE color: 12258174.

HSL color Cylindrical-coordinate representation of color #7E0BBB: hue angle of 279.2º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E0BBB is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 11 187 -
CMYK 0.33 0.94 0 0.27
HSL 279.2º 0.89% 0.39% -
HSV(B) 279.2º 0.94% 0.73% -
XYZ 17.69 8.26 47.68 -
YUV 65.45 196.6 171.19 -
System Red Green Blue C M Y K H S L
Decimal 126 11 187 0.33 0.94 0 0.27 279.2 0.89 0.39
Hex 7E B BB 21 5E 0 1B 117 59 27
Octal 176 13 273 41 136 0 33 427 131 47
Binary 1111110 1011 10111011 100001 1011110 0 11011 100010111 1011001 100111

Color Harmonies of #7E0BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0BBB

Black with #7E0BBB

Text Example


Text Example

White with #7E0BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E0BBB; }

 p { color: rgb(126,11,187); }

 H1.HeaderClassName
 {
   color: #7E0BBB;
 }
 .AnyTagClassName
 {
   color: #7E0BBB;
 }
</style>

background-color css

<style>
 a { background-color: #7E0BBB; }

 a { background-color: rgb(126,11,187); }

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

border-color css

<style>
 span { border-color: #7E0BBB; }

 span { border-color: rgb(126,11,187); }

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