#370FB8

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

Shades of Purple Heart #370FB8

Tints of Purple Heart #370FB8

Color information

#370FB8 (or 0x370FB8) is unknown color: approx Purple Heart. HEX triplet: 37, 0F and B8. RGB value is (55,15,184). Sum of RGB (Red+Green+Blue) = 55+15+184=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 184 (72.27% from 255 or 72.44% from 254); Max value from RGB is 184 - color contains mainly: blue. Hex color #370FB8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370FB8 is #C8F047. Grayscale: #2D2D2D. Windows color (decimal): -13168712 or 12062519. OLE color: 12062519.

HSL color Cylindrical-coordinate representation of color #370FB8: hue angle of 254.2º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #370FB8 is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5515184-
CMYK0.700.9200.28
HSL254.2º84.92%39.02%-
HSV(B)254.2º91.85%72.16%-
XYZ10.44.6145.69-
YUV46.23205.75134.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.65%
GREEN value IS 15 (6.25% from 255) = 5.91%
BLUE value IS 184 (72.27% from 255) = 72.44%
R=21.65%
G=5.91%
B=72.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal55151840.700.9200.28254.284.9239.02
Hex37FB8465C01Cfe5527
Octal671727010613403437612547
Binary11011111111011100010001101011100011100111111101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370FB8; }

 p { color: rgb(55,15,184); }

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

<style>
 a { background-color: #370FB8; }

 a { background-color: rgb(55,15,184); }

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

<style>
 span { border-color: #370FB8; }

 span { border-color: rgb(55,15,184); }

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