Html Css Color HEX #7D12EF Blue Violet

📋 copy color: '#7D12EF'

red 125 ◦ green 18 ◦ blue 239

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

Shades of Blue Violet #7D12EF

Tints of Blue Violet #7D12EF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.71%

 BLUE value IS 239 (93.75% from 255) = 62.57%

R = 32.72%
G = 4.71%
B = 62.57%

CMYK

 C value IS 0.48

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7D12EF (or 0x7D12EF) is known color: Blue Violet. HEX triplet: 7D, 12 and EF. RGB value is (125,18,239). Sum of RGB (Red+Green+Blue) = 125+18+239=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 239 (93.75% from 255 or 62.57% from 382); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D12EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D12EF is #82ED10. Grayscale: #4A4A4A. Windows color (decimal): -8580369 or 15667837. OLE color: 15667837.

HSL color Cylindrical-coordinate representation of color #7D12EF: hue angle of 269.05º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D12EF is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 125 18 239 -
CMYK 0.48 0.92 0 0.06
HSL 269.05º 0.87% 0.5% -
HSV(B) 269.05º 0.92% 0.94% -
XYZ 24.25 11.02 82.51 -
YUV 75.19 220.45 163.53 -
System Red Green Blue C M Y K H S L
Decimal 125 18 239 0.48 0.92 0 0.06 269.05 0.87 0.5
Hex 7D 12 EF 30 5C 0 6 10D 57 32
Octal 175 22 357 60 134 0 6 415 127 62
Binary 1111101 10010 11101111 110000 1011100 0 110 100001101 1010111 110010

Color Harmonies of #7D12EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D12EF

Black with #7D12EF

Text Example


Text Example

White with #7D12EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,18,239); }

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

background-color css

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

 a { background-color: rgb(125,18,239); }

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

border-color css

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

 span { border-color: rgb(125,18,239); }

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