Html Css Color HEX #7C3ABF Purple Heart

📋 copy color: '#7C3ABF'

red 124 ◦ green 58 ◦ blue 191

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

Shades of Purple Heart #7C3ABF

Tints of Purple Heart #7C3ABF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.55%

 BLUE value IS 191 (75% from 255) = 51.21%

R = 33.24%
G = 15.55%
B = 51.21%

CMYK

 C value IS 0.35

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7C3ABF (or 0x7C3ABF) is known color: Purple Heart. HEX triplet: 7C, 3A and BF. RGB value is (124,58,191). Sum of RGB (Red+Green+Blue) = 124+58+191=373 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.24% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C3ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3ABF is #83C540. Grayscale: #5C5C5C. Windows color (decimal): -8635713 or 12532348. OLE color: 12532348.

HSL color Cylindrical-coordinate representation of color #7C3ABF: hue angle of 269.77º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7C3ABF is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 58 191 -
CMYK 0.35 0.70 0 0.25
HSL 269.77º 0.53% 0.49% -
HSV(B) 269.77º 0.7% 0.75% -
XYZ 19.23 11.07 50.41 -
YUV 92.9 183.37 150.19 -
System Red Green Blue C M Y K H S L
Decimal 124 58 191 0.35 0.70 0 0.25 269.77 0.53 0.49
Hex 7C 3A BF 23 46 0 19 10E 35 31
Octal 174 72 277 43 106 0 31 416 65 61
Binary 1111100 111010 10111111 100011 1000110 0 11001 100001110 110101 110001

Color Harmonies of #7C3ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3ABF

Black with #7C3ABF

Text Example


Text Example

White with #7C3ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,58,191); }

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

background-color css

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

 a { background-color: rgb(124,58,191); }

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

border-color css

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

 span { border-color: rgb(124,58,191); }

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