Html Css Color HEX #7424DF Blue Violet

📋 copy color: '#7424DF'

red 116 ◦ green 36 ◦ blue 223

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

Shades of Blue Violet #7424DF

Tints of Blue Violet #7424DF

RGB

 RED value IS 116 (45.7% from 255) = 30.93%

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

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

R = 30.93%
G = 9.6%
B = 59.47%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7424DF (or 0x7424DF) is known color: Blue Violet. HEX triplet: 74, 24 and DF. RGB value is (116,36,223). Sum of RGB (Red+Green+Blue) = 116+36+223=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #7424DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7424DF is #8BDB20. Grayscale: #505050. Windows color (decimal): -9165601 or 14623860. OLE color: 14623860.

HSL color Cylindrical-coordinate representation of color #7424DF: hue angle of 265.67º 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 #7424DF is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 36 223 -
CMYK 0.48 0.84 0 0.13
HSL 265.67º 0.75% 0.51% -
HSV(B) 265.67º 0.84% 0.87% -
XYZ 21.15 10.3 70.69 -
YUV 81.24 208 152.79 -
System Red Green Blue C M Y K H S L
Decimal 116 36 223 0.48 0.84 0 0.13 265.67 0.75 0.51
Hex 74 24 DF 30 54 0 D 10A 4B 33
Octal 164 44 337 60 124 0 15 412 113 63
Binary 1110100 100100 11011111 110000 1010100 0 1101 100001010 1001011 110011

Color Harmonies of #7424DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7424DF

Black with #7424DF

Text Example


Text Example

White with #7424DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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