Html Css Color HEX #7C2BBE Purple Heart

📋 copy color: '#7C2BBE'

red 124 ◦ green 43 ◦ blue 190

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

Shades of Purple Heart #7C2BBE

Tints of Purple Heart #7C2BBE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.04%

 BLUE value IS 190 (74.61% from 255) = 53.22%

R = 34.73%
G = 12.04%
B = 53.22%

CMYK

 C value IS 0.35

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7C2BBE (or 0x7C2BBE) is known color: Purple Heart. HEX triplet: 7C, 2B and BE. RGB value is (124,43,190). Sum of RGB (Red+Green+Blue) = 124+43+190=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C2BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C2BBE is #83D441. Grayscale: #535353. Windows color (decimal): -8639554 or 12462972. OLE color: 12462972.

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

Color convert

RGB 124 43 190 -
CMYK 0.35 0.77 0 0.25
HSL 273.06º 0.63% 0.46% -
HSV(B) 273.06º 0.77% 0.75% -
XYZ 18.47 9.73 49.62 -
YUV 83.98 187.84 156.55 -
System Red Green Blue C M Y K H S L
Decimal 124 43 190 0.35 0.77 0 0.25 273.06 0.63 0.46
Hex 7C 2B BE 23 4D 0 19 111 3F 2E
Octal 174 53 276 43 115 0 31 421 77 56
Binary 1111100 101011 10111110 100011 1001101 0 11001 100010001 111111 101110

Color Harmonies of #7C2BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2BBE

Black with #7C2BBE

Text Example


Text Example

White with #7C2BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,43,190); }

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

background-color css

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

 a { background-color: rgb(124,43,190); }

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

border-color css

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

 span { border-color: rgb(124,43,190); }

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