Html Css Color HEX #7E38BC Purple Heart

📋 copy color: '#7E38BC'

red 126 ◦ green 56 ◦ blue 188

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

Shades of Purple Heart #7E38BC

Tints of Purple Heart #7E38BC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.14%

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

R = 34.05%
G = 15.14%
B = 50.81%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7E38BC (or 0x7E38BC) is known color: Purple Heart. HEX triplet: 7E, 38 and BC. RGB value is (126,56,188). Sum of RGB (Red+Green+Blue) = 126+56+188=370 (49% of max value = 765). Red value is 126 (49.61% from 255 or 34.05% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E38BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E38BC is #81C743. Grayscale: #5B5B5B. Windows color (decimal): -8505156 or 12335230. OLE color: 12335230.

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

Color convert

RGB 126 56 188 -
CMYK 0.33 0.70 0 0.26
HSL 271.82º 0.54% 0.48% -
HSV(B) 271.82º 0.7% 0.74% -
XYZ 19.1 10.89 48.67 -
YUV 91.98 182.19 152.27 -
System Red Green Blue C M Y K H S L
Decimal 126 56 188 0.33 0.70 0 0.26 271.82 0.54 0.48
Hex 7E 38 BC 21 46 0 1A 110 36 30
Octal 176 70 274 41 106 0 32 420 66 60
Binary 1111110 111000 10111100 100001 1000110 0 11010 100010000 110110 110000

Color Harmonies of #7E38BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E38BC

Black with #7E38BC

Text Example


Text Example

White with #7E38BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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