Html Css Color HEX #370FBA Purple Heart

📋 copy color: '#370FBA'

red 55 ◦ green 15 ◦ blue 186

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

Shades of Purple Heart #370FBA

Tints of Purple Heart #370FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 72.66%

R = 21.48%
G = 5.86%
B = 72.66%

CMYK

 C value IS 0.70

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#370FBA (or 0x370FBA) is known color: Purple Heart. HEX triplet: 37, 0F and BA. RGB value is (55,15,186). Sum of RGB (Red+Green+Blue) = 55+15+186=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #370FBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370FBA is #C8F045. Grayscale: #2D2D2D. Windows color (decimal): -13168710 or 12193591. OLE color: 12193591.

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

Color convert

RGB 55 15 186 -
CMYK 0.70 0.92 0 0.27
HSL 254.04º 0.85% 0.39% -
HSV(B) 254.04º 0.92% 0.73% -
XYZ 10.61 4.7 46.8 -
YUV 46.45 206.75 134.1 -
System Red Green Blue C M Y K H S L
Decimal 55 15 186 0.70 0.92 0 0.27 254.04 0.85 0.39
Hex 37 F BA 46 5C 0 1B FE 55 27
Octal 67 17 272 106 134 0 33 376 125 47
Binary 110111 1111 10111010 1000110 1011100 0 11011 11111110 1010101 100111

Color Harmonies of #370FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370FBA

Black with #370FBA

Text Example


Text Example

White with #370FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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