Html Css Color HEX #7C34BD Purple Heart

📋 copy color: '#7C34BD'

red 124 ◦ green 52 ◦ blue 189

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

Shades of Purple Heart #7C34BD

Tints of Purple Heart #7C34BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.78%

R = 33.97%
G = 14.25%
B = 51.78%

CMYK

 C value IS 0.34

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7C34BD (or 0x7C34BD) is known color: Purple Heart. HEX triplet: 7C, 34 and BD. RGB value is (124,52,189). Sum of RGB (Red+Green+Blue) = 124+52+189=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #7C34BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C34BD is #83CB42. Grayscale: #585858. Windows color (decimal): -8637251 or 12399740. OLE color: 12399740.

HSL color Cylindrical-coordinate representation of color #7C34BD: hue angle of 271.53º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C34BD is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 52 189 -
CMYK 0.34 0.72 0 0.26
HSL 271.53º 0.57% 0.47% -
HSV(B) 271.53º 0.72% 0.74% -
XYZ 18.73 10.42 49.17 -
YUV 89.15 184.35 152.86 -
System Red Green Blue C M Y K H S L
Decimal 124 52 189 0.34 0.72 0 0.26 271.53 0.57 0.47
Hex 7C 34 BD 22 48 0 1A 110 39 2F
Octal 174 64 275 42 110 0 32 420 71 57
Binary 1111100 110100 10111101 100010 1001000 0 11010 100010000 111001 101111

Color Harmonies of #7C34BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C34BD

Black with #7C34BD

Text Example


Text Example

White with #7C34BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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