Html Css Color HEX #7C2DBF Purple Heart

📋 copy color: '#7C2DBF'

red 124 ◦ green 45 ◦ blue 191

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

Shades of Purple Heart #7C2DBF

Tints of Purple Heart #7C2DBF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.5%

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

R = 34.44%
G = 12.5%
B = 53.06%

CMYK

 C value IS 0.35

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7C2DBF (or 0x7C2DBF) is known color: Purple Heart. HEX triplet: 7C, 2D and BF. RGB value is (124,45,191). Sum of RGB (Red+Green+Blue) = 124+45+191=360 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.44% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C2DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C2DBF is #83D240. Grayscale: #545454. Windows color (decimal): -8639041 or 12529020. OLE color: 12529020.

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

Color convert

RGB 124 45 191 -
CMYK 0.35 0.76 0 0.25
HSL 272.47º 0.62% 0.46% -
HSV(B) 272.47º 0.76% 0.75% -
XYZ 18.65 9.92 50.22 -
YUV 85.27 187.67 155.63 -
System Red Green Blue C M Y K H S L
Decimal 124 45 191 0.35 0.76 0 0.25 272.47 0.62 0.46
Hex 7C 2D BF 23 4C 0 19 110 3E 2E
Octal 174 55 277 43 114 0 31 420 76 56
Binary 1111100 101101 10111111 100011 1001100 0 11001 100010000 111110 101110

Color Harmonies of #7C2DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2DBF

Black with #7C2DBF

Text Example


Text Example

White with #7C2DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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