Html Css Color HEX #7C3CBF Purple Heart

📋 copy color: '#7C3CBF'

red 124 ◦ green 60 ◦ blue 191

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

Shades of Purple Heart #7C3CBF

Tints of Purple Heart #7C3CBF

RGB

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

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

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

R = 33.07%
G = 16%
B = 50.93%

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

#7C3CBF (or 0x7C3CBF) is known color: Purple Heart. HEX triplet: 7C, 3C and BF. RGB value is (124,60,191). Sum of RGB (Red+Green+Blue) = 124+60+191=375 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.07% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C3CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3CBF is #83C340. Grayscale: #5D5D5D. Windows color (decimal): -8635201 or 12532860. OLE color: 12532860.

HSL color Cylindrical-coordinate representation of color #7C3CBF: hue angle of 269.31º degrees, saturation: 0.52, 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 #7C3CBF is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 60 191 -
CMYK 0.35 0.69 0 0.25
HSL 269.31º 0.52% 0.49% -
HSV(B) 269.31º 0.69% 0.75% -
XYZ 19.33 11.28 50.45 -
YUV 94.07 182.7 149.35 -
System Red Green Blue C M Y K H S L
Decimal 124 60 191 0.35 0.69 0 0.25 269.31 0.52 0.49
Hex 7C 3C BF 23 45 0 19 10D 34 31
Octal 174 74 277 43 105 0 31 415 64 61
Binary 1111100 111100 10111111 100011 1000101 0 11001 100001101 110100 110001

Color Harmonies of #7C3CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3CBF

Black with #7C3CBF

Text Example


Text Example

White with #7C3CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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