Html Css Color HEX #370FBE Purple Heart

📋 copy color: '#370FBE'

red 55 ◦ green 15 ◦ blue 190

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

Shades of Purple Heart #370FBE

Tints of Purple Heart #370FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 73.08%

R = 21.15%
G = 5.77%
B = 73.08%

CMYK

 C value IS 0.71

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#370FBE (or 0x370FBE) is known color: Purple Heart. HEX triplet: 37, 0F and BE. RGB value is (55,15,190). Sum of RGB (Red+Green+Blue) = 55+15+190=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 190 (74.61% from 255 or 73.08% from 260); Max value from RGB is 190 - color contains mainly: blue. Hex color #370FBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370FBE is #C8F041. Grayscale: #2E2E2E. Windows color (decimal): -13168706 or 12455735. OLE color: 12455735.

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

Color convert

RGB 55 15 190 -
CMYK 0.71 0.92 0 0.25
HSL 253.71º 0.85% 0.4% -
HSV(B) 253.71º 0.92% 0.75% -
XYZ 11.04 4.87 49.07 -
YUV 46.91 208.75 133.77 -
System Red Green Blue C M Y K H S L
Decimal 55 15 190 0.71 0.92 0 0.25 253.71 0.85 0.4
Hex 37 F BE 47 5C 0 19 FE 55 28
Octal 67 17 276 107 134 0 31 376 125 50
Binary 110111 1111 10111110 1000111 1011100 0 11001 11111110 1010101 101000

Color Harmonies of #370FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370FBE

Black with #370FBE

Text Example


Text Example

White with #370FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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