Html Css Color HEX #7C24F1 Blue Violet

📋 copy color: '#7C24F1'

red 124 ◦ green 36 ◦ blue 241

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

Shades of Blue Violet #7C24F1

Tints of Blue Violet #7C24F1

RGB

 RED value IS 124 (48.83% from 255) = 30.92%

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

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

R = 30.92%
G = 8.98%
B = 60.1%

CMYK

 C value IS 0.49

 M value IS 0.85

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7C24F1 (or 0x7C24F1) is known color: Blue Violet. HEX triplet: 7C, 24 and F1. RGB value is (124,36,241). Sum of RGB (Red+Green+Blue) = 124+36+241=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 241 (94.53% from 255 or 60.10% from 401); Max value from RGB is 241 - color contains mainly: blue. Hex color #7C24F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C24F1 is #83DB0E. Grayscale: #545454. Windows color (decimal): -8641295 or 15803516. OLE color: 15803516.

HSL color Cylindrical-coordinate representation of color #7C24F1: hue angle of 265.76º 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 #7C24F1 is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 124 36 241 -
CMYK 0.49 0.85 0 0.05
HSL 265.76º 0.88% 0.54% -
HSV(B) 265.76º 0.85% 0.95% -
XYZ 24.82 11.9 84.21 -
YUV 85.68 215.65 155.33 -
System Red Green Blue C M Y K H S L
Decimal 124 36 241 0.49 0.85 0 0.05 265.76 0.88 0.54
Hex 7C 24 F1 31 55 0 5 10A 58 36
Octal 174 44 361 61 125 0 5 412 130 66
Binary 1111100 100100 11110001 110001 1010101 0 101 100001010 1011000 110110

Color Harmonies of #7C24F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C24F1

Black with #7C24F1

Text Example


Text Example

White with #7C24F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C24F1; }

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

 H1.HeaderClassName
 {
   color: #7C24F1;
 }
 .AnyTagClassName
 {
   color: #7C24F1;
 }
</style>

background-color css

<style>
 a { background-color: #7C24F1; }

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

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

border-color css

<style>
 span { border-color: #7C24F1; }

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

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