Html Css Color HEX #7434BE Purple Heart

📋 copy color: '#7434BE'

red 116 ◦ green 52 ◦ blue 190

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

Shades of Purple Heart #7434BE

Tints of Purple Heart #7434BE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.53%

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

R = 32.4%
G = 14.53%
B = 53.07%

CMYK

 C value IS 0.39

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7434BE (or 0x7434BE) is known color: Purple Heart. HEX triplet: 74, 34 and BE. RGB value is (116,52,190). Sum of RGB (Red+Green+Blue) = 116+52+190=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #7434BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7434BE is #8BCB41. Grayscale: #565656. Windows color (decimal): -9161538 or 12465268. OLE color: 12465268.

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

Color convert

RGB 116 52 190 -
CMYK 0.39 0.73 0 0.25
HSL 267.83º 0.57% 0.47% -
HSV(B) 267.83º 0.73% 0.75% -
XYZ 17.72 9.89 49.69 -
YUV 86.87 186.2 148.78 -
System Red Green Blue C M Y K H S L
Decimal 116 52 190 0.39 0.73 0 0.25 267.83 0.57 0.47
Hex 74 34 BE 27 49 0 19 10C 39 2F
Octal 164 64 276 47 111 0 31 414 71 57
Binary 1110100 110100 10111110 100111 1001001 0 11001 100001100 111001 101111

Color Harmonies of #7434BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7434BE

Black with #7434BE

Text Example


Text Example

White with #7434BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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