#370BBD

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

Shades of Purple Heart #370BBD

Tints of Purple Heart #370BBD

Color information

#370BBD (or 0x370BBD) is unknown color: approx Purple Heart. HEX triplet: 37, 0B and BD. RGB value is (55,11,189). Sum of RGB (Red+Green+Blue) = 55+11+189=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 189 (74.22% from 255 or 74.12% from 255); Max value from RGB is 189 - color contains mainly: blue. Hex color #370BBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370BBD is #C8F442. Grayscale: #2B2B2B. Windows color (decimal): -13169731 or 12389175. OLE color: 12389175.

HSL color Cylindrical-coordinate representation of color #370BBD: hue angle of 254.83º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370BBD is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5511189-
CMYK0.710.9400.26
HSL254.83º89%39.22%-
HSV(B)254.83º94.18%74.12%-
XYZ10.884.7348.48-
YUV44.45209.58135.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.57%
GREEN value IS 11 (4.69% from 255) = 4.31%
BLUE value IS 189 (74.22% from 255) = 74.12%
R=21.57%
G=4.31%
B=74.12%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal55111890.710.9400.26254.838939.22
Hex37BBD475E01Aff5927
Octal671327510713603237713147
Binary11011110111011110110001111011110011010111111111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,11,189); }

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

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

 a { background-color: rgb(55,11,189); }

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

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

 span { border-color: rgb(55,11,189); }

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