Html Css Color HEX #7127DF Blue Violet

📋 copy color: '#7127DF'

red 113 ◦ green 39 ◦ blue 223

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

Shades of Blue Violet #7127DF

Tints of Blue Violet #7127DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.47%

R = 30.13%
G = 10.4%
B = 59.47%

CMYK

 C value IS 0.49

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7127DF (or 0x7127DF) is known color: Blue Violet. HEX triplet: 71, 27 and DF. RGB value is (113,39,223). Sum of RGB (Red+Green+Blue) = 113+39+223=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #7127DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7127DF is #8ED820. Grayscale: #515151. Windows color (decimal): -9361441 or 14624625. OLE color: 14624625.

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

Color convert

RGB 113 39 223 -
CMYK 0.49 0.83 0 0.13
HSL 264.13º 0.74% 0.51% -
HSV(B) 264.13º 0.83% 0.87% -
XYZ 20.85 10.29 70.7 -
YUV 82.1 207.52 150.04 -
System Red Green Blue C M Y K H S L
Decimal 113 39 223 0.49 0.83 0 0.13 264.13 0.74 0.51
Hex 71 27 DF 31 53 0 D 108 4A 33
Octal 161 47 337 61 123 0 15 410 112 63
Binary 1110001 100111 11011111 110001 1010011 0 1101 100001000 1001010 110011

Color Harmonies of #7127DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7127DF

Black with #7127DF

Text Example


Text Example

White with #7127DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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