Html Css Color HEX #7D15DC Blue Violet

📋 copy color: '#7D15DC'

red 125 ◦ green 21 ◦ blue 220

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

Shades of Blue Violet #7D15DC

Tints of Blue Violet #7D15DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.11%

R = 34.15%
G = 5.74%
B = 60.11%

CMYK

 C value IS 0.43

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D15DC (or 0x7D15DC) is known color: Blue Violet. HEX triplet: 7D, 15 and DC. RGB value is (125,21,220). Sum of RGB (Red+Green+Blue) = 125+21+220=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D15DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D15DC is #82EA23. Grayscale: #4A4A4A. Windows color (decimal): -8579620 or 14423421. OLE color: 14423421.

HSL color Cylindrical-coordinate representation of color #7D15DC: hue angle of 271.36º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D15DC is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 21 220 -
CMYK 0.43 0.90 0 0.14
HSL 271.36º 0.83% 0.47% -
HSV(B) 271.36º 0.9% 0.86% -
XYZ 21.64 10.06 68.51 -
YUV 74.78 209.96 163.82 -
System Red Green Blue C M Y K H S L
Decimal 125 21 220 0.43 0.90 0 0.14 271.36 0.83 0.47
Hex 7D 15 DC 2B 5A 0 E 10F 53 2F
Octal 175 25 334 53 132 0 16 417 123 57
Binary 1111101 10101 11011100 101011 1011010 0 1110 100001111 1010011 101111

Color Harmonies of #7D15DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D15DC

Black with #7D15DC

Text Example


Text Example

White with #7D15DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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