Html Css Color HEX #370FBC Purple Heart

📋 copy color: '#370FBC'

red 55 ◦ green 15 ◦ blue 188

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

Shades of Purple Heart #370FBC

Tints of Purple Heart #370FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 72.87%

R = 21.32%
G = 5.81%
B = 72.87%

CMYK

 C value IS 0.71

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#370FBC (or 0x370FBC) is known color: Purple Heart. HEX triplet: 37, 0F and BC. RGB value is (55,15,188). Sum of RGB (Red+Green+Blue) = 55+15+188=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 188 (73.83% from 255 or 72.87% from 258); Max value from RGB is 188 - color contains mainly: blue. Hex color #370FBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370FBC is #C8F043. Grayscale: #2E2E2E. Windows color (decimal): -13168708 or 12324663. OLE color: 12324663.

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

Color convert

RGB 55 15 188 -
CMYK 0.71 0.92 0 0.26
HSL 253.87º 0.85% 0.4% -
HSV(B) 253.87º 0.92% 0.74% -
XYZ 10.82 4.78 47.93 -
YUV 46.68 207.75 133.93 -
System Red Green Blue C M Y K H S L
Decimal 55 15 188 0.71 0.92 0 0.26 253.87 0.85 0.4
Hex 37 F BC 47 5C 0 1A FE 55 28
Octal 67 17 274 107 134 0 32 376 125 50
Binary 110111 1111 10111100 1000111 1011100 0 11010 11111110 1010101 101000

Color Harmonies of #370FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370FBC

Black with #370FBC

Text Example


Text Example

White with #370FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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