Html Css Color HEX #7E3BBC Purple Heart

📋 copy color: '#7E3BBC'

red 126 ◦ green 59 ◦ blue 188

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

Shades of Purple Heart #7E3BBC

Tints of Purple Heart #7E3BBC

RGB

 RED value IS 126 (49.61% from 255) = 33.78%

 GREEN value IS 59 (23.44% from 255) = 15.82%

 BLUE value IS 188 (73.83% from 255) = 50.4%

R = 33.78%
G = 15.82%
B = 50.4%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7E3BBC (or 0x7E3BBC) is known color: Purple Heart. HEX triplet: 7E, 3B and BC. RGB value is (126,59,188). Sum of RGB (Red+Green+Blue) = 126+59+188=373 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.78% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E3BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3BBC is #81C443. Grayscale: #5D5D5D. Windows color (decimal): -8504388 or 12335998. OLE color: 12335998.

HSL color Cylindrical-coordinate representation of color #7E3BBC: hue angle of 271.16º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7E3BBC is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 126 59 188 -
CMYK 0.33 0.69 0 0.26
HSL 271.16º 0.52% 0.48% -
HSV(B) 271.16º 0.69% 0.74% -
XYZ 19.25 11.19 48.72 -
YUV 93.74 181.2 151.01 -
System Red Green Blue C M Y K H S L
Decimal 126 59 188 0.33 0.69 0 0.26 271.16 0.52 0.48
Hex 7E 3B BC 21 45 0 1A 10F 34 30
Octal 176 73 274 41 105 0 32 417 64 60
Binary 1111110 111011 10111100 100001 1000101 0 11010 100001111 110100 110000

Color Harmonies of #7E3BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3BBC

Black with #7E3BBC

Text Example


Text Example

White with #7E3BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,59,188); }

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

background-color css

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

 a { background-color: rgb(126,59,188); }

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

border-color css

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

 span { border-color: rgb(126,59,188); }

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