Html Css Color HEX #370EBC Purple Heart

📋 copy color: '#370EBC'

red 55 ◦ green 14 ◦ blue 188

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

Shades of Purple Heart #370EBC

Tints of Purple Heart #370EBC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.45%

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

R = 21.4%
G = 5.45%
B = 73.15%

CMYK

 C value IS 0.71

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#370EBC (or 0x370EBC) is known color: Purple Heart. HEX triplet: 37, 0E and BC. RGB value is (55,14,188). Sum of RGB (Red+Green+Blue) = 55+14+188=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 188 (73.83% from 255 or 73.15% from 257); Max value from RGB is 188 - color contains mainly: blue. Hex color #370EBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370EBC is #C8F143. Grayscale: #2D2D2D. Windows color (decimal): -13168964 or 12324407. OLE color: 12324407.

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

Color convert

RGB 55 14 188 -
CMYK 0.71 0.93 0 0.26
HSL 254.14º 0.86% 0.4% -
HSV(B) 254.14º 0.93% 0.74% -
XYZ 10.81 4.76 47.93 -
YUV 46.1 208.08 134.35 -
System Red Green Blue C M Y K H S L
Decimal 55 14 188 0.71 0.93 0 0.26 254.14 0.86 0.4
Hex 37 E BC 47 5D 0 1A FE 56 28
Octal 67 16 274 107 135 0 32 376 126 50
Binary 110111 1110 10111100 1000111 1011101 0 11010 11111110 1010110 101000

Color Harmonies of #370EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370EBC

Black with #370EBC

Text Example


Text Example

White with #370EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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