Html Css Color HEX #7426AE Purple Heart

📋 copy color: '#7426AE'

red 116 ◦ green 38 ◦ blue 174

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

Shades of Purple Heart #7426AE

Tints of Purple Heart #7426AE

RGB

 RED value IS 116 (45.7% from 255) = 35.37%

 GREEN value IS 38 (15.23% from 255) = 11.59%

 BLUE value IS 174 (68.36% from 255) = 53.05%

R = 35.37%
G = 11.59%
B = 53.05%

CMYK

 C value IS 0.33

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7426AE (or 0x7426AE) is known color: Purple Heart. HEX triplet: 74, 26 and AE. RGB value is (116,38,174). Sum of RGB (Red+Green+Blue) = 116+38+174=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #7426AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7426AE is #8BD951. Grayscale: #4C4C4C. Windows color (decimal): -9165138 or 11413108. OLE color: 11413108.

HSL color Cylindrical-coordinate representation of color #7426AE: hue angle of 274.41º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7426AE is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 38 174 -
CMYK 0.33 0.78 0 0.32
HSL 274.41º 0.64% 0.42% -
HSV(B) 274.41º 0.78% 0.68% -
XYZ 15.54 8.16 40.8 -
YUV 76.83 182.84 155.94 -
System Red Green Blue C M Y K H S L
Decimal 116 38 174 0.33 0.78 0 0.32 274.41 0.64 0.42
Hex 74 26 AE 21 4E 0 20 112 40 2A
Octal 164 46 256 41 116 0 40 422 100 52
Binary 1110100 100110 10101110 100001 1001110 0 100000 100010010 1000000 101010

Color Harmonies of #7426AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7426AE

Black with #7426AE

Text Example


Text Example

White with #7426AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7426AE; }

 p { color: rgb(116,38,174); }

 H1.HeaderClassName
 {
   color: #7426AE;
 }
 .AnyTagClassName
 {
   color: #7426AE;
 }
</style>

background-color css

<style>
 a { background-color: #7426AE; }

 a { background-color: rgb(116,38,174); }

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

border-color css

<style>
 span { border-color: #7426AE; }

 span { border-color: rgb(116,38,174); }

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