Html Css Color HEX #7E33B7 Purple Heart

📋 copy color: '#7E33B7'

red 126 ◦ green 51 ◦ blue 183

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

Shades of Purple Heart #7E33B7

Tints of Purple Heart #7E33B7

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.17%

 BLUE value IS 183 (71.88% from 255) = 50.83%

R = 35%
G = 14.17%
B = 50.83%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7E33B7 (or 0x7E33B7) is known color: Purple Heart. HEX triplet: 7E, 33 and B7. RGB value is (126,51,183). Sum of RGB (Red+Green+Blue) = 126+51+183=360 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 183 (71.88% from 255 or 50.83% from 360); Max value from RGB is 183 - color contains mainly: blue. Hex color #7E33B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E33B7 is #81CC48. Grayscale: #585858. Windows color (decimal): -8506441 or 12006270. OLE color: 12006270.

HSL color Cylindrical-coordinate representation of color #7E33B7: hue angle of 274.09º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7E33B7 is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 126 51 183 -
CMYK 0.31 0.72 0 0.28
HSL 274.09º 0.56% 0.46% -
HSV(B) 274.09º 0.72% 0.72% -
XYZ 18.34 10.22 45.81 -
YUV 88.47 181.35 154.77 -
System Red Green Blue C M Y K H S L
Decimal 126 51 183 0.31 0.72 0 0.28 274.09 0.56 0.46
Hex 7E 33 B7 1F 48 0 1C 112 38 2E
Octal 176 63 267 37 110 0 34 422 70 56
Binary 1111110 110011 10110111 11111 1001000 0 11100 100010010 111000 101110

Color Harmonies of #7E33B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E33B7

Black with #7E33B7

Text Example


Text Example

White with #7E33B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,51,183); }

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

background-color css

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

 a { background-color: rgb(126,51,183); }

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

border-color css

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

 span { border-color: rgb(126,51,183); }

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