Html Css Color HEX #7C3CCA Purple Heart

📋 copy color: '#7C3CCA'

red 124 ◦ green 60 ◦ blue 202

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

Shades of Purple Heart #7C3CCA

Tints of Purple Heart #7C3CCA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.54%

 BLUE value IS 202 (79.3% from 255) = 52.33%

R = 32.12%
G = 15.54%
B = 52.33%

CMYK

 C value IS 0.39

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7C3CCA (or 0x7C3CCA) is known color: Purple Heart. HEX triplet: 7C, 3C and CA. RGB value is (124,60,202). Sum of RGB (Red+Green+Blue) = 124+60+202=386 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.12% from 386); Green value is 60 (23.83% from 255 or 15.54% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C3CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3CCA is #83C335. Grayscale: #5E5E5E. Windows color (decimal): -8635190 or 13253756. OLE color: 13253756.

HSL color Cylindrical-coordinate representation of color #7C3CCA: hue angle of 267.04º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7C3CCA is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 124 60 202 -
CMYK 0.39 0.70 0 0.21
HSL 267.04º 0.57% 0.51% -
HSV(B) 267.04º 0.7% 0.79% -
XYZ 20.59 11.78 57.07 -
YUV 95.32 188.2 148.45 -
System Red Green Blue C M Y K H S L
Decimal 124 60 202 0.39 0.70 0 0.21 267.04 0.57 0.51
Hex 7C 3C CA 27 46 0 15 10B 39 33
Octal 174 74 312 47 106 0 25 413 71 63
Binary 1111100 111100 11001010 100111 1000110 0 10101 100001011 111001 110011

Color Harmonies of #7C3CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3CCA

Black with #7C3CCA

Text Example


Text Example

White with #7C3CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,60,202); }

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

background-color css

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

 a { background-color: rgb(124,60,202); }

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

border-color css

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

 span { border-color: rgb(124,60,202); }

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