Html Css Color HEX #7E0FBE Dark Violet

📋 copy color: '#7E0FBE'

red 126 ◦ green 15 ◦ blue 190

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

Shades of Dark Violet #7E0FBE

Tints of Dark Violet #7E0FBE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.53%

 BLUE value IS 190 (74.61% from 255) = 57.4%

R = 38.07%
G = 4.53%
B = 57.4%

CMYK

 C value IS 0.34

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7E0FBE (or 0x7E0FBE) is known color: Dark Violet. HEX triplet: 7E, 0F and BE. RGB value is (126,15,190). Sum of RGB (Red+Green+Blue) = 126+15+190=331 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.07% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E0FBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E0FBE is #81F041. Grayscale: #434343. Windows color (decimal): -8515650 or 12455806. OLE color: 12455806.

HSL color Cylindrical-coordinate representation of color #7E0FBE: hue angle of 278.06º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7E0FBE is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 15 190 -
CMYK 0.34 0.92 0 0.25
HSL 278.06º 0.85% 0.4% -
HSV(B) 278.06º 0.92% 0.75% -
XYZ 18.07 8.49 49.4 -
YUV 68.14 196.77 169.27 -
System Red Green Blue C M Y K H S L
Decimal 126 15 190 0.34 0.92 0 0.25 278.06 0.85 0.4
Hex 7E F BE 22 5C 0 19 116 55 28
Octal 176 17 276 42 134 0 31 426 125 50
Binary 1111110 1111 10111110 100010 1011100 0 11001 100010110 1010101 101000

Color Harmonies of #7E0FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0FBE

Black with #7E0FBE

Text Example


Text Example

White with #7E0FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,15,190); }

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

background-color css

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

 a { background-color: rgb(126,15,190); }

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

border-color css

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

 span { border-color: rgb(126,15,190); }

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