Html Css Color HEX #7C24BA Purple Heart

📋 copy color: '#7C24BA'

red 124 ◦ green 36 ◦ blue 186

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

Shades of Purple Heart #7C24BA

Tints of Purple Heart #7C24BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.76%

R = 35.84%
G = 10.4%
B = 53.76%

CMYK

 C value IS 0.33

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C24BA (or 0x7C24BA) is known color: Purple Heart. HEX triplet: 7C, 24 and BA. RGB value is (124,36,186). Sum of RGB (Red+Green+Blue) = 124+36+186=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C24BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C24BA is #83DB45. Grayscale: #4E4E4E. Windows color (decimal): -8641350 or 12199036. OLE color: 12199036.

HSL color Cylindrical-coordinate representation of color #7C24BA: hue angle of 275.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C24BA is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 36 186 -
CMYK 0.33 0.81 0 0.27
HSL 275.2º 0.68% 0.44% -
HSV(B) 275.2º 0.81% 0.73% -
XYZ 17.81 9.09 47.27 -
YUV 79.41 188.15 159.8 -
System Red Green Blue C M Y K H S L
Decimal 124 36 186 0.33 0.81 0 0.27 275.2 0.68 0.44
Hex 7C 24 BA 21 51 0 1B 113 44 2C
Octal 174 44 272 41 121 0 33 423 104 54
Binary 1111100 100100 10111010 100001 1010001 0 11011 100010011 1000100 101100

Color Harmonies of #7C24BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C24BA

Black with #7C24BA

Text Example


Text Example

White with #7C24BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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