Html Css Color HEX #7127F1 Blue Violet

📋 copy color: '#7127F1'

red 113 ◦ green 39 ◦ blue 241

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

Shades of Blue Violet #7127F1

Tints of Blue Violet #7127F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 61.32%

R = 28.75%
G = 9.92%
B = 61.32%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7127F1 (or 0x7127F1) is known color: Blue Violet. HEX triplet: 71, 27 and F1. RGB value is (113,39,241). Sum of RGB (Red+Green+Blue) = 113+39+241=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 39 (15.62% from 255 or 9.92% from 393); Blue value is 241 (94.53% from 255 or 61.32% from 393); Max value from RGB is 241 - color contains mainly: blue. Hex color #7127F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7127F1 is #8ED80E. Grayscale: #535353. Windows color (decimal): -9361423 or 15804273. OLE color: 15804273.

HSL color Cylindrical-coordinate representation of color #7127F1: hue angle of 261.98º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7127F1 is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 113 39 241 -
CMYK 0.53 0.84 0 0.05
HSL 261.98º 0.88% 0.55% -
HSV(B) 261.98º 0.84% 0.95% -
XYZ 23.41 11.31 84.17 -
YUV 84.15 216.52 148.57 -
System Red Green Blue C M Y K H S L
Decimal 113 39 241 0.53 0.84 0 0.05 261.98 0.88 0.55
Hex 71 27 F1 35 54 0 5 106 58 37
Octal 161 47 361 65 124 0 5 406 130 67
Binary 1110001 100111 11110001 110101 1010100 0 101 100000110 1011000 110111

Color Harmonies of #7127F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7127F1

Black with #7127F1

Text Example


Text Example

White with #7127F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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