Html Css Color HEX #7131DD Blue Violet

📋 copy color: '#7131DD'

red 113 ◦ green 49 ◦ blue 221

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

Shades of Blue Violet #7131DD

Tints of Blue Violet #7131DD

RGB

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

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

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

R = 29.5%
G = 12.79%
B = 57.7%

CMYK

 C value IS 0.49

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7131DD (or 0x7131DD) is known color: Blue Violet. HEX triplet: 71, 31 and DD. RGB value is (113,49,221). Sum of RGB (Red+Green+Blue) = 113+49+221=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #7131DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7131DD is #8ECE22. Grayscale: #575757. Windows color (decimal): -9358883 or 14496113. OLE color: 14496113.

HSL color Cylindrical-coordinate representation of color #7131DD: hue angle of 262.33º 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 #7131DD is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 49 221 -
CMYK 0.49 0.78 0 0.13
HSL 262.33º 0.72% 0.53% -
HSV(B) 262.33º 0.78% 0.87% -
XYZ 20.96 10.93 69.41 -
YUV 87.74 203.2 146.01 -
System Red Green Blue C M Y K H S L
Decimal 113 49 221 0.49 0.78 0 0.13 262.33 0.72 0.53
Hex 71 31 DD 31 4E 0 D 106 48 35
Octal 161 61 335 61 116 0 15 406 110 65
Binary 1110001 110001 11011101 110001 1001110 0 1101 100000110 1001000 110101

Color Harmonies of #7131DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7131DD

Black with #7131DD

Text Example


Text Example

White with #7131DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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