Html Css Color HEX #7429BE Purple Heart

📋 copy color: '#7429BE'

red 116 ◦ green 41 ◦ blue 190

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

Shades of Purple Heart #7429BE

Tints of Purple Heart #7429BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.76%

R = 33.43%
G = 11.82%
B = 54.76%

CMYK

 C value IS 0.39

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7429BE (or 0x7429BE) is known color: Purple Heart. HEX triplet: 74, 29 and BE. RGB value is (116,41,190). Sum of RGB (Red+Green+Blue) = 116+41+190=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #7429BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7429BE is #8BD641. Grayscale: #4F4F4F. Windows color (decimal): -9164354 or 12462452. OLE color: 12462452.

HSL color Cylindrical-coordinate representation of color #7429BE: hue angle of 270.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7429BE is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 41 190 -
CMYK 0.39 0.78 0 0.25
HSL 270.2º 0.65% 0.45% -
HSV(B) 270.2º 0.78% 0.75% -
XYZ 17.29 9.02 49.54 -
YUV 80.41 189.85 153.38 -
System Red Green Blue C M Y K H S L
Decimal 116 41 190 0.39 0.78 0 0.25 270.2 0.65 0.45
Hex 74 29 BE 27 4E 0 19 10E 41 2D
Octal 164 51 276 47 116 0 31 416 101 55
Binary 1110100 101001 10111110 100111 1001110 0 11001 100001110 1000001 101101

Color Harmonies of #7429BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7429BE

Black with #7429BE

Text Example


Text Example

White with #7429BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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