Html Css Color HEX #7E3DBD Purple Heart

📋 copy color: '#7E3DBD'

red 126 ◦ green 61 ◦ blue 189

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

Shades of Purple Heart #7E3DBD

Tints of Purple Heart #7E3DBD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.22%

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

R = 33.51%
G = 16.22%
B = 50.27%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7E3DBD (or 0x7E3DBD) is known color: Purple Heart. HEX triplet: 7E, 3D and BD. RGB value is (126,61,189). Sum of RGB (Red+Green+Blue) = 126+61+189=376 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.51% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E3DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3DBD is #81C242. Grayscale: #5E5E5E. Windows color (decimal): -8503875 or 12402046. OLE color: 12402046.

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

Color convert

RGB 126 61 189 -
CMYK 0.33 0.68 0 0.26
HSL 270.47º 0.51% 0.49% -
HSV(B) 270.47º 0.68% 0.74% -
XYZ 19.46 11.45 49.33 -
YUV 95.03 181.03 150.09 -
System Red Green Blue C M Y K H S L
Decimal 126 61 189 0.33 0.68 0 0.26 270.47 0.51 0.49
Hex 7E 3D BD 21 44 0 1A 10E 33 31
Octal 176 75 275 41 104 0 32 416 63 61
Binary 1111110 111101 10111101 100001 1000100 0 11010 100001110 110011 110001

Color Harmonies of #7E3DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3DBD

Black with #7E3DBD

Text Example


Text Example

White with #7E3DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,61,189); }

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

background-color css

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

 a { background-color: rgb(126,61,189); }

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

border-color css

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

 span { border-color: rgb(126,61,189); }

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