Html Css Color HEX #7D18EC Blue Violet

📋 copy color: '#7D18EC'

red 125 ◦ green 24 ◦ blue 236

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

Shades of Blue Violet #7D18EC

Tints of Blue Violet #7D18EC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.23%

 BLUE value IS 236 (92.58% from 255) = 61.3%

R = 32.47%
G = 6.23%
B = 61.3%

CMYK

 C value IS 0.47

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7D18EC (or 0x7D18EC) is known color: Blue Violet. HEX triplet: 7D, 18 and EC. RGB value is (125,24,236). Sum of RGB (Red+Green+Blue) = 125+24+236=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D18EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D18EC is #82E713. Grayscale: #4D4D4D. Windows color (decimal): -8578836 or 15472765. OLE color: 15472765.

HSL color Cylindrical-coordinate representation of color #7D18EC: hue angle of 268.58º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D18EC is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 24 236 -
CMYK 0.47 0.90 0 0.07
HSL 268.58º 0.85% 0.51% -
HSV(B) 268.58º 0.9% 0.93% -
XYZ 23.92 11.07 80.23 -
YUV 78.37 216.96 161.26 -
System Red Green Blue C M Y K H S L
Decimal 125 24 236 0.47 0.90 0 0.07 268.58 0.85 0.51
Hex 7D 18 EC 2F 5A 0 7 10D 55 33
Octal 175 30 354 57 132 0 7 415 125 63
Binary 1111101 11000 11101100 101111 1011010 0 111 100001101 1010101 110011

Color Harmonies of #7D18EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D18EC

Black with #7D18EC

Text Example


Text Example

White with #7D18EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,24,236); }

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

background-color css

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

 a { background-color: rgb(125,24,236); }

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

border-color css

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

 span { border-color: rgb(125,24,236); }

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