Html Css Color HEX #7429D0 Purple Heart

📋 copy color: '#7429D0'

red 116 ◦ green 41 ◦ blue 208

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

Shades of Purple Heart #7429D0

Tints of Purple Heart #7429D0

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.23%

 BLUE value IS 208 (81.64% from 255) = 56.99%

R = 31.78%
G = 11.23%
B = 56.99%

CMYK

 C value IS 0.44

 M value IS 0.80

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7429D0 (or 0x7429D0) is known color: Purple Heart. HEX triplet: 74, 29 and D0. RGB value is (116,41,208). Sum of RGB (Red+Green+Blue) = 116+41+208=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 208 (81.64% from 255 or 56.99% from 365); Max value from RGB is 208 - color contains mainly: blue. Hex color #7429D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7429D0 is #8BD62F. Grayscale: #515151. Windows color (decimal): -9164336 or 13642100. OLE color: 13642100.

HSL color Cylindrical-coordinate representation of color #7429D0: hue angle of 266.95º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7429D0 is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 41 208 -
CMYK 0.44 0.80 0 0.18
HSL 266.95º 0.67% 0.49% -
HSV(B) 266.95º 0.8% 0.82% -
XYZ 19.38 9.85 60.55 -
YUV 82.46 198.85 151.92 -
System Red Green Blue C M Y K H S L
Decimal 116 41 208 0.44 0.80 0 0.18 266.95 0.67 0.49
Hex 74 29 D0 2C 50 0 12 10B 43 31
Octal 164 51 320 54 120 0 22 413 103 61
Binary 1110100 101001 11010000 101100 1010000 0 10010 100001011 1000011 110001

Color Harmonies of #7429D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7429D0

Black with #7429D0

Text Example


Text Example

White with #7429D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7429D0; }

 p { color: rgb(116,41,208); }

 H1.HeaderClassName
 {
   color: #7429D0;
 }
 .AnyTagClassName
 {
   color: #7429D0;
 }
</style>

background-color css

<style>
 a { background-color: #7429D0; }

 a { background-color: rgb(116,41,208); }

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

border-color css

<style>
 span { border-color: #7429D0; }

 span { border-color: rgb(116,41,208); }

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