#3804BE

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

Shades of Purple Heart #3804BE

Tints of Purple Heart #3804BE

Color information

#3804BE (or 0x3804BE) is unknown color: approx Purple Heart. HEX triplet: 38, 04 and BE. RGB value is (56,4,190). Sum of RGB (Red+Green+Blue) = 56+4+190=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 190 (74.61% from 255 or 76% from 250); Max value from RGB is 190 - color contains mainly: blue. Hex color #3804BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3804BE is #C7FB41. Grayscale: #282828. Windows color (decimal): -13105986 or 12452920. OLE color: 12452920.

HSL color Cylindrical-coordinate representation of color #3804BE: hue angle of 256.77º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3804BE is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB564190-
CMYK0.710.9800.25
HSL256.77º95.88%38.04%-
HSV(B)256.77º97.89%74.51%-
XYZ10.974.6549.03-
YUV40.75212.23138.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.4%
GREEN value IS 4 (1.95% from 255) = 1.6%
BLUE value IS 190 (74.61% from 255) = 76%
R=22.4%
G=1.6%
B=76%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal5641900.710.9800.25256.7795.8838.04
Hex384BE47620191016026
Octal70427610714203140114046
Binary11100010010111110100011111000100110011000000011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3804BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,4,190); }

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

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

 a { background-color: rgb(56,4,190); }

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

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

 span { border-color: rgb(56,4,190); }

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