Html Css Color HEX #7E44CA Purple Heart

📋 copy color: '#7E44CA'

red 126 ◦ green 68 ◦ blue 202

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

Shades of Purple Heart #7E44CA

Tints of Purple Heart #7E44CA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.17%

 BLUE value IS 202 (79.3% from 255) = 51.01%

R = 31.82%
G = 17.17%
B = 51.01%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7E44CA (or 0x7E44CA) is known color: Purple Heart. HEX triplet: 7E, 44 and CA. RGB value is (126,68,202). Sum of RGB (Red+Green+Blue) = 126+68+202=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #7E44CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E44CA is #81BB35. Grayscale: #646464. Windows color (decimal): -8502070 or 13255806. OLE color: 13255806.

HSL color Cylindrical-coordinate representation of color #7E44CA: hue angle of 265.97º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7E44CA is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 126 68 202 -
CMYK 0.38 0.66 0 0.21
HSL 265.97º 0.56% 0.53% -
HSV(B) 265.97º 0.66% 0.79% -
XYZ 21.33 12.83 57.23 -
YUV 100.62 185.22 146.1 -
System Red Green Blue C M Y K H S L
Decimal 126 68 202 0.38 0.66 0 0.21 265.97 0.56 0.53
Hex 7E 44 CA 26 42 0 15 10A 38 35
Octal 176 104 312 46 102 0 25 412 70 65
Binary 1111110 1000100 11001010 100110 1000010 0 10101 100001010 111000 110101

Color Harmonies of #7E44CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E44CA

Black with #7E44CA

Text Example


Text Example

White with #7E44CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,68,202); }

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

background-color css

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

 a { background-color: rgb(126,68,202); }

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

border-color css

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

 span { border-color: rgb(126,68,202); }

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