Html Css Color HEX #7C28C6 Purple Heart

📋 copy color: '#7C28C6'

red 124 ◦ green 40 ◦ blue 198

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

Shades of Purple Heart #7C28C6

Tints of Purple Heart #7C28C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 54.7%

R = 34.25%
G = 11.05%
B = 54.7%

CMYK

 C value IS 0.37

 M value IS 0.80

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7C28C6 (or 0x7C28C6) is known color: Purple Heart. HEX triplet: 7C, 28 and C6. RGB value is (124,40,198). Sum of RGB (Red+Green+Blue) = 124+40+198=362 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.25% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 198 (77.73% from 255 or 54.70% from 362); Max value from RGB is 198 - color contains mainly: blue. Hex color #7C28C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C28C6 is #83D739. Grayscale: #525252. Windows color (decimal): -8640314 or 12986492. OLE color: 12986492.

HSL color Cylindrical-coordinate representation of color #7C28C6: hue angle of 271.9º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C28C6 is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 124 40 198 -
CMYK 0.37 0.80 0 0.22
HSL 271.9º 0.66% 0.47% -
HSV(B) 271.9º 0.8% 0.78% -
XYZ 19.26 9.88 54.32 -
YUV 83.13 192.83 157.15 -
System Red Green Blue C M Y K H S L
Decimal 124 40 198 0.37 0.80 0 0.22 271.9 0.66 0.47
Hex 7C 28 C6 25 50 0 16 110 42 2F
Octal 174 50 306 45 120 0 26 420 102 57
Binary 1111100 101000 11000110 100101 1010000 0 10110 100010000 1000010 101111

Color Harmonies of #7C28C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C28C6

Black with #7C28C6

Text Example


Text Example

White with #7C28C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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