Html Css Color HEX #7434BC Purple Heart

📋 copy color: '#7434BC'

red 116 ◦ green 52 ◦ blue 188

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

Shades of Purple Heart #7434BC

Tints of Purple Heart #7434BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.81%

R = 32.58%
G = 14.61%
B = 52.81%

CMYK

 C value IS 0.38

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7434BC (or 0x7434BC) is known color: Purple Heart. HEX triplet: 74, 34 and BC. RGB value is (116,52,188). Sum of RGB (Red+Green+Blue) = 116+52+188=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #7434BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7434BC is #8BCB43. Grayscale: #565656. Windows color (decimal): -9161540 or 12334196. OLE color: 12334196.

HSL color Cylindrical-coordinate representation of color #7434BC: hue angle of 268.24º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7434BC is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 52 188 -
CMYK 0.38 0.72 0 0.26
HSL 268.24º 0.57% 0.47% -
HSV(B) 268.24º 0.72% 0.74% -
XYZ 17.51 9.8 48.55 -
YUV 86.64 185.2 148.94 -
System Red Green Blue C M Y K H S L
Decimal 116 52 188 0.38 0.72 0 0.26 268.24 0.57 0.47
Hex 74 34 BC 26 48 0 1A 10C 39 2F
Octal 164 64 274 46 110 0 32 414 71 57
Binary 1110100 110100 10111100 100110 1001000 0 11010 100001100 111001 101111

Color Harmonies of #7434BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7434BC

Black with #7434BC

Text Example


Text Example

White with #7434BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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