Html Css Color HEX #7D12DD Blue Violet

📋 copy color: '#7D12DD'

red 125 ◦ green 18 ◦ blue 221

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

Shades of Blue Violet #7D12DD

Tints of Blue Violet #7D12DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.71%

R = 34.34%
G = 4.95%
B = 60.71%

CMYK

 C value IS 0.43

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D12DD (or 0x7D12DD) is known color: Blue Violet. HEX triplet: 7D, 12 and DD. RGB value is (125,18,221). Sum of RGB (Red+Green+Blue) = 125+18+221=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D12DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D12DD is #82ED22. Grayscale: #484848. Windows color (decimal): -8580387 or 14488189. OLE color: 14488189.

HSL color Cylindrical-coordinate representation of color #7D12DD: hue angle of 271.63º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D12DD is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 18 221 -
CMYK 0.43 0.92 0 0.13
HSL 271.63º 0.85% 0.47% -
HSV(B) 271.63º 0.92% 0.87% -
XYZ 21.72 10.01 69.19 -
YUV 73.14 211.45 164.99 -
System Red Green Blue C M Y K H S L
Decimal 125 18 221 0.43 0.92 0 0.13 271.63 0.85 0.47
Hex 7D 12 DD 2B 5C 0 D 110 55 2F
Octal 175 22 335 53 134 0 15 420 125 57
Binary 1111101 10010 11011101 101011 1011100 0 1101 100010000 1010101 101111

Color Harmonies of #7D12DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D12DD

Black with #7D12DD

Text Example


Text Example

White with #7D12DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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