#7438BD

Color #7438BD Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #7438BD

Tints of Purple Heart #7438BD

Color information

#7438BD (or 0x7438BD) is unknown color: approx Purple Heart. HEX triplet: 74, 38 and BD. RGB value is (116,56,189). Sum of RGB (Red+Green+Blue) = 116+56+189=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #7438BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7438BD is #8BC742. Grayscale: #585858. Windows color (decimal): -9160515 or 12400756. OLE color: 12400756.

HSL color Cylindrical-coordinate representation of color #7438BD: hue angle of 267.07º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7438BD is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11656189-
CMYK0.390.7000.26
HSL267.07º54.29%48.04%-
HSV(B)267.07º70.37%74.12%-
XYZ17.810.2249.18-
YUV89.1184.38147.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.13%
GREEN value IS 56 (22.27% from 255) = 15.51%
BLUE value IS 189 (74.22% from 255) = 52.35%
R=32.13%
G=15.51%
B=52.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal116561890.390.7000.26267.0754.2948.04
Hex7438BD274601A10b3630
Octal16470275471060324136660
Binary1110100111000101111011001111000110011010100001011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7438BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7438BD; }

 p { color: rgb(116,56,189); }

 H1.HeaderClassName
 {
   color: #7438BD;
 }
 .AnyTagClassName
 {
   color: #7438BD;
 }
</style>
background-color css

<style>
 a { background-color: #7438BD; }

 a { background-color: rgb(116,56,189); }

 div.DivClassName
 {
   background-color: #7438BD;
 }
 .BgClassName
 {
   background-color: #7438BD;
 }
</style>
border-color css

<style>
 span { border-color: #7438BD; }

 span { border-color: rgb(116,56,189); }

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