Html Css Color HEX #7C34BE Purple Heart

📋 copy color: '#7C34BE'

red 124 ◦ green 52 ◦ blue 190

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

Shades of Purple Heart #7C34BE

Tints of Purple Heart #7C34BE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.21%

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

R = 33.88%
G = 14.21%
B = 51.91%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7C34BE (or 0x7C34BE) is known color: Purple Heart. HEX triplet: 7C, 34 and BE. RGB value is (124,52,190). Sum of RGB (Red+Green+Blue) = 124+52+190=366 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.88% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C34BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C34BE is #83CB41. Grayscale: #585858. Windows color (decimal): -8637250 or 12465276. OLE color: 12465276.

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

Color convert

RGB 124 52 190 -
CMYK 0.35 0.73 0 0.25
HSL 271.3º 0.57% 0.47% -
HSV(B) 271.3º 0.73% 0.75% -
XYZ 18.83 10.46 49.74 -
YUV 89.26 184.85 152.78 -
System Red Green Blue C M Y K H S L
Decimal 124 52 190 0.35 0.73 0 0.25 271.3 0.57 0.47
Hex 7C 34 BE 23 49 0 19 10F 39 2F
Octal 174 64 276 43 111 0 31 417 71 57
Binary 1111100 110100 10111110 100011 1001001 0 11001 100001111 111001 101111

Color Harmonies of #7C34BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C34BE

Black with #7C34BE

Text Example


Text Example

White with #7C34BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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