Html Css Color HEX #7424DB Blue Violet

📋 copy color: '#7424DB'

red 116 ◦ green 36 ◦ blue 219

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

Shades of Blue Violet #7424DB

Tints of Blue Violet #7424DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.03%

R = 31.27%
G = 9.7%
B = 59.03%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7424DB (or 0x7424DB) is known color: Blue Violet. HEX triplet: 74, 24 and DB. RGB value is (116,36,219). Sum of RGB (Red+Green+Blue) = 116+36+219=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #7424DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7424DB is #8BDB24. Grayscale: #505050. Windows color (decimal): -9165605 or 14361716. OLE color: 14361716.

HSL color Cylindrical-coordinate representation of color #7424DB: hue angle of 266.23º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7424DB is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 36 219 -
CMYK 0.47 0.84 0 0.14
HSL 266.23º 0.72% 0.5% -
HSV(B) 266.23º 0.84% 0.86% -
XYZ 20.62 10.09 67.88 -
YUV 80.78 206 153.12 -
System Red Green Blue C M Y K H S L
Decimal 116 36 219 0.47 0.84 0 0.14 266.23 0.72 0.5
Hex 74 24 DB 2F 54 0 E 10A 48 32
Octal 164 44 333 57 124 0 16 412 110 62
Binary 1110100 100100 11011011 101111 1010100 0 1110 100001010 1001000 110010

Color Harmonies of #7424DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7424DB

Black with #7424DB

Text Example


Text Example

White with #7424DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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