Html Css Color HEX #7124DF Blue Violet

📋 copy color: '#7124DF'

red 113 ◦ green 36 ◦ blue 223

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

Shades of Blue Violet #7124DF

Tints of Blue Violet #7124DF

RGB

 RED value IS 113 (44.53% from 255) = 30.38%

 GREEN value IS 36 (14.45% from 255) = 9.68%

 BLUE value IS 223 (87.5% from 255) = 59.95%

R = 30.38%
G = 9.68%
B = 59.95%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7124DF (or 0x7124DF) is known color: Blue Violet. HEX triplet: 71, 24 and DF. RGB value is (113,36,223). Sum of RGB (Red+Green+Blue) = 113+36+223=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #7124DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7124DF is #8EDB20. Grayscale: #4F4F4F. Windows color (decimal): -9362209 or 14623857. OLE color: 14623857.

HSL color Cylindrical-coordinate representation of color #7124DF: hue angle of 264.71º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7124DF is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 36 223 -
CMYK 0.49 0.84 0 0.13
HSL 264.71º 0.75% 0.51% -
HSV(B) 264.71º 0.84% 0.87% -
XYZ 20.76 10.1 70.67 -
YUV 80.34 208.51 151.29 -
System Red Green Blue C M Y K H S L
Decimal 113 36 223 0.49 0.84 0 0.13 264.71 0.75 0.51
Hex 71 24 DF 31 54 0 D 109 4B 33
Octal 161 44 337 61 124 0 15 411 113 63
Binary 1110001 100100 11011111 110001 1010100 0 1101 100001001 1001011 110011

Color Harmonies of #7124DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7124DF

Black with #7124DF

Text Example


Text Example

White with #7124DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7124DF; }

 p { color: rgb(113,36,223); }

 H1.HeaderClassName
 {
   color: #7124DF;
 }
 .AnyTagClassName
 {
   color: #7124DF;
 }
</style>

background-color css

<style>
 a { background-color: #7124DF; }

 a { background-color: rgb(113,36,223); }

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

border-color css

<style>
 span { border-color: #7124DF; }

 span { border-color: rgb(113,36,223); }

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