Html Css Color HEX #370BC7 Purple Heart

📋 copy color: '#370BC7'

red 55 ◦ green 11 ◦ blue 199

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

Shades of Purple Heart #370BC7

Tints of Purple Heart #370BC7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.15%

 BLUE value IS 199 (78.13% from 255) = 75.09%

R = 20.75%
G = 4.15%
B = 75.09%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#370BC7 (or 0x370BC7) is known color: Purple Heart. HEX triplet: 37, 0B and C7. RGB value is (55,11,199). Sum of RGB (Red+Green+Blue) = 55+11+199=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 199 (78.12% from 255 or 75.09% from 265); Max value from RGB is 199 - color contains mainly: blue. Hex color #370BC7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370BC7 is #C8F438. Grayscale: #2C2C2C. Windows color (decimal): -13169721 or 13044535. OLE color: 13044535.

HSL color Cylindrical-coordinate representation of color #370BC7: hue angle of 254.04º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370BC7 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 55 11 199 -
CMYK 0.72 0.94 0 0.22
HSL 254.04º 0.9% 0.41% -
HSV(B) 254.04º 0.94% 0.78% -
XYZ 12 5.18 54.4 -
YUV 45.59 214.58 134.71 -
System Red Green Blue C M Y K H S L
Decimal 55 11 199 0.72 0.94 0 0.22 254.04 0.9 0.41
Hex 37 B C7 48 5E 0 16 FE 5A 29
Octal 67 13 307 110 136 0 26 376 132 51
Binary 110111 1011 11000111 1001000 1011110 0 10110 11111110 1011010 101001

Color Harmonies of #370BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370BC7

Black with #370BC7

Text Example


Text Example

White with #370BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,11,199); }

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

background-color css

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

 a { background-color: rgb(55,11,199); }

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

border-color css

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

 span { border-color: rgb(55,11,199); }

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