Html Css Color HEX #7426AD Purple Heart

📋 copy color: '#7426AD'

red 116 ◦ green 38 ◦ blue 173

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

Shades of Purple Heart #7426AD

Tints of Purple Heart #7426AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 52.91%

R = 35.47%
G = 11.62%
B = 52.91%

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

#7426AD (or 0x7426AD) is known color: Purple Heart. HEX triplet: 74, 26 and AD. RGB value is (116,38,173). Sum of RGB (Red+Green+Blue) = 116+38+173=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #7426AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7426AD is #8BD952. Grayscale: #4C4C4C. Windows color (decimal): -9165139 or 11347572. OLE color: 11347572.

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

Color convert

RGB 116 38 173 -
CMYK 0.33 0.78 0 0.32
HSL 274.67º 0.64% 0.41% -
HSV(B) 274.67º 0.78% 0.68% -
XYZ 15.44 8.12 40.29 -
YUV 76.71 182.34 156.02 -
System Red Green Blue C M Y K H S L
Decimal 116 38 173 0.33 0.78 0 0.32 274.67 0.64 0.41
Hex 74 26 AD 21 4E 0 20 113 40 29
Octal 164 46 255 41 116 0 40 423 100 51
Binary 1110100 100110 10101101 100001 1001110 0 100000 100010011 1000000 101001

Color Harmonies of #7426AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7426AD

Black with #7426AD

Text Example


Text Example

White with #7426AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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