Html Css Color HEX #7437BA Purple Heart

📋 copy color: '#7437BA'

red 116 ◦ green 55 ◦ blue 186

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

Shades of Purple Heart #7437BA

Tints of Purple Heart #7437BA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.41%

 BLUE value IS 186 (73.05% from 255) = 52.1%

R = 32.49%
G = 15.41%
B = 52.1%

CMYK

 C value IS 0.38

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7437BA (or 0x7437BA) is known color: Purple Heart. HEX triplet: 74, 37 and BA. RGB value is (116,55,186). Sum of RGB (Red+Green+Blue) = 116+55+186=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #7437BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7437BA is #8BC845. Grayscale: #575757. Windows color (decimal): -9160774 or 12203892. OLE color: 12203892.

HSL color Cylindrical-coordinate representation of color #7437BA: hue angle of 267.94º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7437BA is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 55 186 -
CMYK 0.38 0.70 0 0.27
HSL 267.94º 0.54% 0.47% -
HSV(B) 267.94º 0.7% 0.73% -
XYZ 17.43 9.99 47.46 -
YUV 88.17 183.21 147.85 -
System Red Green Blue C M Y K H S L
Decimal 116 55 186 0.38 0.70 0 0.27 267.94 0.54 0.47
Hex 74 37 BA 26 46 0 1B 10C 36 2F
Octal 164 67 272 46 106 0 33 414 66 57
Binary 1110100 110111 10111010 100110 1000110 0 11011 100001100 110110 101111

Color Harmonies of #7437BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7437BA

Black with #7437BA

Text Example


Text Example

White with #7437BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7437BA; }

 p { color: rgb(116,55,186); }

 H1.HeaderClassName
 {
   color: #7437BA;
 }
 .AnyTagClassName
 {
   color: #7437BA;
 }
</style>

background-color css

<style>
 a { background-color: #7437BA; }

 a { background-color: rgb(116,55,186); }

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

border-color css

<style>
 span { border-color: #7437BA; }

 span { border-color: rgb(116,55,186); }

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