Html Css Color HEX #7124F1 Blue Violet

📋 copy color: '#7124F1'

red 113 ◦ green 36 ◦ blue 241

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

Shades of Blue Violet #7124F1

Tints of Blue Violet #7124F1

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.23%

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

R = 28.97%
G = 9.23%
B = 61.79%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7124F1 (or 0x7124F1) is known color: Blue Violet. HEX triplet: 71, 24 and F1. RGB value is (113,36,241). Sum of RGB (Red+Green+Blue) = 113+36+241=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 36 (14.45% from 255 or 9.23% from 390); Blue value is 241 (94.53% from 255 or 61.79% from 390); Max value from RGB is 241 - color contains mainly: blue. Hex color #7124F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7124F1 is #8EDB0E. Grayscale: #515151. Windows color (decimal): -9362191 or 15803505. OLE color: 15803505.

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

Color convert

RGB 113 36 241 -
CMYK 0.53 0.85 0 0.05
HSL 262.54º 0.88% 0.54% -
HSV(B) 262.54º 0.85% 0.95% -
XYZ 23.32 11.12 84.14 -
YUV 82.39 217.51 149.83 -
System Red Green Blue C M Y K H S L
Decimal 113 36 241 0.53 0.85 0 0.05 262.54 0.88 0.54
Hex 71 24 F1 35 55 0 5 107 58 36
Octal 161 44 361 65 125 0 5 407 130 66
Binary 1110001 100100 11110001 110101 1010101 0 101 100000111 1011000 110110

Color Harmonies of #7124F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7124F1

Black with #7124F1

Text Example


Text Example

White with #7124F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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