Html Css Color HEX #7E30BD Purple Heart

📋 copy color: '#7E30BD'

red 126 ◦ green 48 ◦ blue 189

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

Shades of Purple Heart #7E30BD

Tints of Purple Heart #7E30BD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.22%

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

R = 34.71%
G = 13.22%
B = 52.07%

CMYK

 C value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7E30BD (or 0x7E30BD) is known color: Purple Heart. HEX triplet: 7E, 30 and BD. RGB value is (126,48,189). Sum of RGB (Red+Green+Blue) = 126+48+189=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E30BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E30BD is #81CF42. Grayscale: #565656. Windows color (decimal): -8507203 or 12398718. OLE color: 12398718.

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

Color convert

RGB 126 48 189 -
CMYK 0.33 0.75 0 0.26
HSL 273.19º 0.59% 0.46% -
HSV(B) 273.19º 0.75% 0.74% -
XYZ 18.85 10.22 49.12 -
YUV 87.4 185.34 155.54 -
System Red Green Blue C M Y K H S L
Decimal 126 48 189 0.33 0.75 0 0.26 273.19 0.59 0.46
Hex 7E 30 BD 21 4B 0 1A 111 3B 2E
Octal 176 60 275 41 113 0 32 421 73 56
Binary 1111110 110000 10111101 100001 1001011 0 11010 100010001 111011 101110

Color Harmonies of #7E30BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E30BD

Black with #7E30BD

Text Example


Text Example

White with #7E30BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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