Html Css Color HEX #370BBA Purple Heart

📋 copy color: '#370BBA'

red 55 ◦ green 11 ◦ blue 186

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

Shades of Purple Heart #370BBA

Tints of Purple Heart #370BBA

RGB

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

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

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

R = 21.83%
G = 4.37%
B = 73.81%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#370BBA (or 0x370BBA) is known color: Purple Heart. HEX triplet: 37, 0B and BA. RGB value is (55,11,186). Sum of RGB (Red+Green+Blue) = 55+11+186=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 186 (73.05% from 255 or 73.81% from 252); Max value from RGB is 186 - color contains mainly: blue. Hex color #370BBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370BBA is #C8F445. Grayscale: #2B2B2B. Windows color (decimal): -13169734 or 12192567. OLE color: 12192567.

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

Color convert

RGB 55 11 186 -
CMYK 0.70 0.94 0 0.27
HSL 255.09º 0.89% 0.39% -
HSV(B) 255.09º 0.94% 0.73% -
XYZ 10.56 4.6 46.79 -
YUV 44.11 208.08 135.77 -
System Red Green Blue C M Y K H S L
Decimal 55 11 186 0.70 0.94 0 0.27 255.09 0.89 0.39
Hex 37 B BA 46 5E 0 1B FF 59 27
Octal 67 13 272 106 136 0 33 377 131 47
Binary 110111 1011 10111010 1000110 1011110 0 11011 11111111 1011001 100111

Color Harmonies of #370BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370BBA

Black with #370BBA

Text Example


Text Example

White with #370BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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