Html Css Color HEX #7127DD Blue Violet

📋 copy color: '#7127DD'

red 113 ◦ green 39 ◦ blue 221

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

Shades of Blue Violet #7127DD

Tints of Blue Violet #7127DD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.46%

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

R = 30.29%
G = 10.46%
B = 59.25%

CMYK

 C value IS 0.49

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7127DD (or 0x7127DD) is known color: Blue Violet. HEX triplet: 71, 27 and DD. RGB value is (113,39,221). Sum of RGB (Red+Green+Blue) = 113+39+221=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 39 (15.62% from 255 or 10.46% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #7127DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7127DD is #8ED822. Grayscale: #515151. Windows color (decimal): -9361443 or 14493553. OLE color: 14493553.

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

Color convert

RGB 113 39 221 -
CMYK 0.49 0.82 0 0.13
HSL 264.4º 0.73% 0.51% -
HSV(B) 264.4º 0.82% 0.87% -
XYZ 20.59 10.18 69.29 -
YUV 81.87 206.52 150.2 -
System Red Green Blue C M Y K H S L
Decimal 113 39 221 0.49 0.82 0 0.13 264.4 0.73 0.51
Hex 71 27 DD 31 52 0 D 108 49 33
Octal 161 47 335 61 122 0 15 410 111 63
Binary 1110001 100111 11011101 110001 1010010 0 1101 100001000 1001001 110011

Color Harmonies of #7127DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7127DD

Black with #7127DD

Text Example


Text Example

White with #7127DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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