Html Css Color HEX #7134DD Blue Violet

📋 copy color: '#7134DD'

red 113 ◦ green 52 ◦ blue 221

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

Shades of Blue Violet #7134DD

Tints of Blue Violet #7134DD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.47%

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

R = 29.27%
G = 13.47%
B = 57.25%

CMYK

 C value IS 0.49

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7134DD (or 0x7134DD) is known color: Blue Violet. HEX triplet: 71, 34 and DD. RGB value is (113,52,221). Sum of RGB (Red+Green+Blue) = 113+52+221=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 52 (20.70% from 255 or 13.47% 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 #7134DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7134DD is #8ECB22. Grayscale: #585858. Windows color (decimal): -9358115 or 14496881. OLE color: 14496881.

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

Color convert

RGB 113 52 221 -
CMYK 0.49 0.76 0 0.13
HSL 261.66º 0.71% 0.54% -
HSV(B) 261.66º 0.76% 0.87% -
XYZ 21.09 11.19 69.45 -
YUV 89.51 202.21 144.76 -
System Red Green Blue C M Y K H S L
Decimal 113 52 221 0.49 0.76 0 0.13 261.66 0.71 0.54
Hex 71 34 DD 31 4C 0 D 106 47 36
Octal 161 64 335 61 114 0 15 406 107 66
Binary 1110001 110100 11011101 110001 1001100 0 1101 100000110 1000111 110110

Color Harmonies of #7134DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7134DD

Black with #7134DD

Text Example


Text Example

White with #7134DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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