Html Css Color HEX #7439DB Blue Violet

📋 copy color: '#7439DB'

red 116 ◦ green 57 ◦ blue 219

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

Shades of Blue Violet #7439DB

Tints of Blue Violet #7439DB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.54%

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

R = 29.59%
G = 14.54%
B = 55.87%

CMYK

 C value IS 0.47

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7439DB (or 0x7439DB) is known color: Blue Violet. HEX triplet: 74, 39 and DB. RGB value is (116,57,219). Sum of RGB (Red+Green+Blue) = 116+57+219=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 57 (22.66% from 255 or 14.54% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #7439DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7439DB is #8BC624. Grayscale: #5C5C5C. Windows color (decimal): -9160229 or 14367092. OLE color: 14367092.

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

Color convert

RGB 116 57 219 -
CMYK 0.47 0.74 0 0.14
HSL 261.85º 0.69% 0.54% -
HSV(B) 261.85º 0.74% 0.86% -
XYZ 21.45 11.75 68.16 -
YUV 93.11 199.05 144.33 -
System Red Green Blue C M Y K H S L
Decimal 116 57 219 0.47 0.74 0 0.14 261.85 0.69 0.54
Hex 74 39 DB 2F 4A 0 E 106 45 36
Octal 164 71 333 57 112 0 16 406 105 66
Binary 1110100 111001 11011011 101111 1001010 0 1110 100000110 1000101 110110

Color Harmonies of #7439DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7439DB

Black with #7439DB

Text Example


Text Example

White with #7439DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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