Html Css Color HEX #7E15B4 Dark Violet

📋 copy color: '#7E15B4'

red 126 ◦ green 21 ◦ blue 180

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

Shades of Dark Violet #7E15B4

Tints of Dark Violet #7E15B4

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.42%

 BLUE value IS 180 (70.7% from 255) = 55.05%

R = 38.53%
G = 6.42%
B = 55.05%

CMYK

 C value IS 0.3

 M value IS 0.88

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7E15B4 (or 0x7E15B4) is known color: Dark Violet. HEX triplet: 7E, 15 and B4. RGB value is (126,21,180). Sum of RGB (Red+Green+Blue) = 126+21+180=327 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.53% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 180 (70.70% from 255 or 55.05% from 327); Max value from RGB is 180 - color contains mainly: blue. Hex color #7E15B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E15B4 is #81EA4B. Grayscale: #454545. Windows color (decimal): -8514124 or 11801982. OLE color: 11801982.

HSL color Cylindrical-coordinate representation of color #7E15B4: hue angle of 279.62º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E15B4 is Cyan = 0.3, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 126 21 180 -
CMYK 0.3 0.88 0 0.29
HSL 279.62º 0.79% 0.39% -
HSV(B) 279.62º 0.88% 0.71% -
XYZ 17.11 8.27 43.87 -
YUV 70.52 189.79 167.57 -
System Red Green Blue C M Y K H S L
Decimal 126 21 180 0.3 0.88 0 0.29 279.62 0.79 0.39
Hex 7E 15 B4 1E 58 0 1D 118 4F 27
Octal 176 25 264 36 130 0 35 430 117 47
Binary 1111110 10101 10110100 11110 1011000 0 11101 100011000 1001111 100111

Color Harmonies of #7E15B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E15B4

Black with #7E15B4

Text Example


Text Example

White with #7E15B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,21,180); }

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

background-color css

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

 a { background-color: rgb(126,21,180); }

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

border-color css

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

 span { border-color: rgb(126,21,180); }

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