Html Css Color HEX #7C3ABE Purple Heart

📋 copy color: '#7C3ABE'

red 124 ◦ green 58 ◦ blue 190

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

Shades of Purple Heart #7C3ABE

Tints of Purple Heart #7C3ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.08%

R = 33.33%
G = 15.59%
B = 51.08%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7C3ABE (or 0x7C3ABE) is known color: Purple Heart. HEX triplet: 7C, 3A and BE. RGB value is (124,58,190). Sum of RGB (Red+Green+Blue) = 124+58+190=372 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.33% from 372); Green value is 58 (23.05% from 255 or 15.59% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C3ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3ABE is #83C541. Grayscale: #5C5C5C. Windows color (decimal): -8635714 or 12466812. OLE color: 12466812.

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

Color convert

RGB 124 58 190 -
CMYK 0.35 0.69 0 0.25
HSL 270º 0.53% 0.49% -
HSV(B) 270º 0.69% 0.75% -
XYZ 19.12 11.03 49.84 -
YUV 92.78 182.87 150.27 -
System Red Green Blue C M Y K H S L
Decimal 124 58 190 0.35 0.69 0 0.25 270 0.53 0.49
Hex 7C 3A BE 23 45 0 19 10E 35 31
Octal 174 72 276 43 105 0 31 416 65 61
Binary 1111100 111010 10111110 100011 1000101 0 11001 100001110 110101 110001

Color Harmonies of #7C3ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3ABE

Black with #7C3ABE

Text Example


Text Example

White with #7C3ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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