Html Css Color HEX #7431DD Blue Violet

📋 copy color: '#7431DD'

red 116 ◦ green 49 ◦ blue 221

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

Shades of Blue Violet #7431DD

Tints of Blue Violet #7431DD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.69%

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

R = 30.05%
G = 12.69%
B = 57.25%

CMYK

 C value IS 0.48

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7431DD (or 0x7431DD) is known color: Blue Violet. HEX triplet: 74, 31 and DD. RGB value is (116,49,221). Sum of RGB (Red+Green+Blue) = 116+49+221=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 49 (19.53% from 255 or 12.69% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #7431DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7431DD is #8BCE22. Grayscale: #585858. Windows color (decimal): -9162275 or 14496116. OLE color: 14496116.

HSL color Cylindrical-coordinate representation of color #7431DD: hue angle of 263.37º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7431DD is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 49 221 -
CMYK 0.48 0.78 0 0.13
HSL 263.37º 0.72% 0.53% -
HSV(B) 263.37º 0.78% 0.87% -
XYZ 21.35 11.13 69.43 -
YUV 88.64 202.7 147.51 -
System Red Green Blue C M Y K H S L
Decimal 116 49 221 0.48 0.78 0 0.13 263.37 0.72 0.53
Hex 74 31 DD 30 4E 0 D 107 48 35
Octal 164 61 335 60 116 0 15 407 110 65
Binary 1110100 110001 11011101 110000 1001110 0 1101 100000111 1001000 110101

Color Harmonies of #7431DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7431DD

Black with #7431DD

Text Example


Text Example

White with #7431DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7431DD; }

 p { color: rgb(116,49,221); }

 H1.HeaderClassName
 {
   color: #7431DD;
 }
 .AnyTagClassName
 {
   color: #7431DD;
 }
</style>

background-color css

<style>
 a { background-color: #7431DD; }

 a { background-color: rgb(116,49,221); }

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

border-color css

<style>
 span { border-color: #7431DD; }

 span { border-color: rgb(116,49,221); }

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