Html Css Color HEX #7C3DCA Purple Heart

📋 copy color: '#7C3DCA'

red 124 ◦ green 61 ◦ blue 202

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

Shades of Purple Heart #7C3DCA

Tints of Purple Heart #7C3DCA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.76%

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

R = 32.04%
G = 15.76%
B = 52.2%

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

#7C3DCA (or 0x7C3DCA) is known color: Purple Heart. HEX triplet: 7C, 3D and CA. RGB value is (124,61,202). Sum of RGB (Red+Green+Blue) = 124+61+202=387 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.04% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C3DCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3DCA is #83C235. Grayscale: #5F5F5F. Windows color (decimal): -8634934 or 13254012. OLE color: 13254012.

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

Color convert

RGB 124 61 202 -
CMYK 0.39 0.70 0 0.21
HSL 266.81º 0.57% 0.52% -
HSV(B) 266.81º 0.7% 0.79% -
XYZ 20.64 11.89 57.08 -
YUV 95.91 187.87 148.04 -
System Red Green Blue C M Y K H S L
Decimal 124 61 202 0.39 0.70 0 0.21 266.81 0.57 0.52
Hex 7C 3D CA 27 46 0 15 10B 39 34
Octal 174 75 312 47 106 0 25 413 71 64
Binary 1111100 111101 11001010 100111 1000110 0 10101 100001011 111001 110100

Color Harmonies of #7C3DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3DCA

Black with #7C3DCA

Text Example


Text Example

White with #7C3DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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