Html Css Color HEX #7129DD Blue Violet

📋 copy color: '#7129DD'

red 113 ◦ green 41 ◦ blue 221

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

Shades of Blue Violet #7129DD

Tints of Blue Violet #7129DD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.93%

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

R = 30.13%
G = 10.93%
B = 58.93%

CMYK

 C value IS 0.49

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7129DD (or 0x7129DD) is known color: Blue Violet. HEX triplet: 71, 29 and DD. RGB value is (113,41,221). Sum of RGB (Red+Green+Blue) = 113+41+221=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #7129DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7129DD is #8ED622. Grayscale: #525252. Windows color (decimal): -9360931 or 14494065. OLE color: 14494065.

HSL color Cylindrical-coordinate representation of color #7129DD: hue angle of 264º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7129DD is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 41 221 -
CMYK 0.49 0.81 0 0.13
HSL 264º 0.73% 0.51% -
HSV(B) 264º 0.81% 0.87% -
XYZ 20.65 10.32 69.31 -
YUV 83.05 205.85 149.36 -
System Red Green Blue C M Y K H S L
Decimal 113 41 221 0.49 0.81 0 0.13 264 0.73 0.51
Hex 71 29 DD 31 51 0 D 108 49 33
Octal 161 51 335 61 121 0 15 410 111 63
Binary 1110001 101001 11011101 110001 1010001 0 1101 100001000 1001001 110011

Color Harmonies of #7129DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7129DD

Black with #7129DD

Text Example


Text Example

White with #7129DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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