Html Css Color HEX #7D15EB Blue Violet

📋 copy color: '#7D15EB'

red 125 ◦ green 21 ◦ blue 235

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

Shades of Blue Violet #7D15EB

Tints of Blue Violet #7D15EB

RGB

 RED value IS 125 (49.22% from 255) = 32.81%

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

 BLUE value IS 235 (92.19% from 255) = 61.68%

R = 32.81%
G = 5.51%
B = 61.68%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7D15EB (or 0x7D15EB) is known color: Blue Violet. HEX triplet: 7D, 15 and EB. RGB value is (125,21,235). Sum of RGB (Red+Green+Blue) = 125+21+235=381 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.81% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 235 (92.19% from 255 or 61.68% from 381); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D15EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D15EB is #82EA14. Grayscale: #4B4B4B. Windows color (decimal): -8579605 or 15406461. OLE color: 15406461.

HSL color Cylindrical-coordinate representation of color #7D15EB: hue angle of 269.16º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7D15EB is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 21 235 -
CMYK 0.47 0.91 0 0.08
HSL 269.16º 0.84% 0.5% -
HSV(B) 269.16º 0.91% 0.92% -
XYZ 23.72 10.89 79.45 -
YUV 76.49 217.46 162.6 -
System Red Green Blue C M Y K H S L
Decimal 125 21 235 0.47 0.91 0 0.08 269.16 0.84 0.5
Hex 7D 15 EB 2F 5B 0 8 10D 54 32
Octal 175 25 353 57 133 0 10 415 124 62
Binary 1111101 10101 11101011 101111 1011011 0 1000 100001101 1010100 110010

Color Harmonies of #7D15EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D15EB

Black with #7D15EB

Text Example


Text Example

White with #7D15EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,21,235); }

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

background-color css

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

 a { background-color: rgb(125,21,235); }

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

border-color css

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

 span { border-color: rgb(125,21,235); }

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