Html Css Color HEX #7C28BA Purple Heart

📋 copy color: '#7C28BA'

red 124 ◦ green 40 ◦ blue 186

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

Shades of Purple Heart #7C28BA

Tints of Purple Heart #7C28BA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.43%

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

R = 35.43%
G = 11.43%
B = 53.14%

CMYK

 C value IS 0.33

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C28BA (or 0x7C28BA) is known color: Purple Heart. HEX triplet: 7C, 28 and BA. RGB value is (124,40,186). Sum of RGB (Red+Green+Blue) = 124+40+186=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C28BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C28BA is #83D745. Grayscale: #515151. Windows color (decimal): -8640326 or 12200060. OLE color: 12200060.

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

Color convert

RGB 124 40 186 -
CMYK 0.33 0.78 0 0.27
HSL 274.52º 0.65% 0.44% -
HSV(B) 274.52º 0.78% 0.73% -
XYZ 17.93 9.35 47.31 -
YUV 81.76 186.83 158.13 -
System Red Green Blue C M Y K H S L
Decimal 124 40 186 0.33 0.78 0 0.27 274.52 0.65 0.44
Hex 7C 28 BA 21 4E 0 1B 113 41 2C
Octal 174 50 272 41 116 0 33 423 101 54
Binary 1111100 101000 10111010 100001 1001110 0 11011 100010011 1000001 101100

Color Harmonies of #7C28BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C28BA

Black with #7C28BA

Text Example


Text Example

White with #7C28BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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