Html Css Color HEX #370FBB Purple Heart

📋 copy color: '#370FBB'

red 55 ◦ green 15 ◦ blue 187

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

Shades of Purple Heart #370FBB

Tints of Purple Heart #370FBB

RGB

 RED value IS 55 (21.88% from 255) = 21.4%

 GREEN value IS 15 (6.25% from 255) = 5.84%

 BLUE value IS 187 (73.44% from 255) = 72.76%

R = 21.4%
G = 5.84%
B = 72.76%

CMYK

 C value IS 0.71

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#370FBB (or 0x370FBB) is known color: Purple Heart. HEX triplet: 37, 0F and BB. RGB value is (55,15,187). Sum of RGB (Red+Green+Blue) = 55+15+187=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 187 (73.44% from 255 or 72.76% from 257); Max value from RGB is 187 - color contains mainly: blue. Hex color #370FBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370FBB is #C8F044. Grayscale: #2D2D2D. Windows color (decimal): -13168709 or 12259127. OLE color: 12259127.

HSL color Cylindrical-coordinate representation of color #370FBB: hue angle of 253.95º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #370FBB is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 15 187 -
CMYK 0.71 0.92 0 0.27
HSL 253.95º 0.85% 0.4% -
HSV(B) 253.95º 0.92% 0.73% -
XYZ 10.72 4.74 47.36 -
YUV 46.57 207.25 134.01 -
System Red Green Blue C M Y K H S L
Decimal 55 15 187 0.71 0.92 0 0.27 253.95 0.85 0.4
Hex 37 F BB 47 5C 0 1B FE 55 28
Octal 67 17 273 107 134 0 33 376 125 50
Binary 110111 1111 10111011 1000111 1011100 0 11011 11111110 1010101 101000

Color Harmonies of #370FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370FBB

Black with #370FBB

Text Example


Text Example

White with #370FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #370FBB;
 }
 .AnyTagClassName
 {
   color: #370FBB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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