Html Css Color HEX #7C3DBF Purple Heart

📋 copy color: '#7C3DBF'

red 124 ◦ green 61 ◦ blue 191

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

Shades of Purple Heart #7C3DBF

Tints of Purple Heart #7C3DBF

RGB

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

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

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

R = 32.98%
G = 16.22%
B = 50.8%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7C3DBF (or 0x7C3DBF) is known color: Purple Heart. HEX triplet: 7C, 3D and BF. RGB value is (124,61,191). Sum of RGB (Red+Green+Blue) = 124+61+191=376 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.98% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C3DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3DBF is #83C240. Grayscale: #5E5E5E. Windows color (decimal): -8634945 or 12533116. OLE color: 12533116.

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

Color convert

RGB 124 61 191 -
CMYK 0.35 0.68 0 0.25
HSL 269.08º 0.52% 0.49% -
HSV(B) 269.08º 0.68% 0.75% -
XYZ 19.38 11.38 50.47 -
YUV 94.66 182.37 148.93 -
System Red Green Blue C M Y K H S L
Decimal 124 61 191 0.35 0.68 0 0.25 269.08 0.52 0.49
Hex 7C 3D BF 23 44 0 19 10D 34 31
Octal 174 75 277 43 104 0 31 415 64 61
Binary 1111100 111101 10111111 100011 1000100 0 11001 100001101 110100 110001

Color Harmonies of #7C3DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3DBF

Black with #7C3DBF

Text Example


Text Example

White with #7C3DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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