Html Css Color HEX #7429CF Purple Heart

📋 copy color: '#7429CF'

red 116 ◦ green 41 ◦ blue 207

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

Shades of Purple Heart #7429CF

Tints of Purple Heart #7429CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.87%

R = 31.87%
G = 11.26%
B = 56.87%

CMYK

 C value IS 0.44

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7429CF (or 0x7429CF) is known color: Purple Heart. HEX triplet: 74, 29 and CF. RGB value is (116,41,207). Sum of RGB (Red+Green+Blue) = 116+41+207=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #7429CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7429CF is #8BD630. Grayscale: #515151. Windows color (decimal): -9164337 or 13576564. OLE color: 13576564.

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

Color convert

RGB 116 41 207 -
CMYK 0.44 0.80 0 0.19
HSL 267.11º 0.67% 0.49% -
HSV(B) 267.11º 0.8% 0.81% -
XYZ 19.26 9.8 59.91 -
YUV 82.35 198.35 152 -
System Red Green Blue C M Y K H S L
Decimal 116 41 207 0.44 0.80 0 0.19 267.11 0.67 0.49
Hex 74 29 CF 2C 50 0 13 10B 43 31
Octal 164 51 317 54 120 0 23 413 103 61
Binary 1110100 101001 11001111 101100 1010000 0 10011 100001011 1000011 110001

Color Harmonies of #7429CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7429CF

Black with #7429CF

Text Example


Text Example

White with #7429CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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