Html Css Color HEX #7127DC Blue Violet

📋 copy color: '#7127DC'

red 113 ◦ green 39 ◦ blue 220

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

Shades of Blue Violet #7127DC

Tints of Blue Violet #7127DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.14%

R = 30.38%
G = 10.48%
B = 59.14%

CMYK

 C value IS 0.49

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7127DC (or 0x7127DC) is known color: Blue Violet. HEX triplet: 71, 27 and DC. RGB value is (113,39,220). Sum of RGB (Red+Green+Blue) = 113+39+220=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 39 (15.62% from 255 or 10.48% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #7127DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7127DC is #8ED823. Grayscale: #515151. Windows color (decimal): -9361444 or 14428017. OLE color: 14428017.

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

Color convert

RGB 113 39 220 -
CMYK 0.49 0.82 0 0.14
HSL 264.53º 0.72% 0.51% -
HSV(B) 264.53º 0.82% 0.86% -
XYZ 20.45 10.13 68.59 -
YUV 81.76 206.02 150.28 -
System Red Green Blue C M Y K H S L
Decimal 113 39 220 0.49 0.82 0 0.14 264.53 0.72 0.51
Hex 71 27 DC 31 52 0 E 109 48 33
Octal 161 47 334 61 122 0 16 411 110 63
Binary 1110001 100111 11011100 110001 1010010 0 1110 100001001 1001000 110011

Color Harmonies of #7127DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7127DC

Black with #7127DC

Text Example


Text Example

White with #7127DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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