Html Css Color HEX #370CBA Purple Heart

📋 copy color: '#370CBA'

red 55 ◦ green 12 ◦ blue 186

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

Shades of Purple Heart #370CBA

Tints of Purple Heart #370CBA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.74%

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

R = 21.74%
G = 4.74%
B = 73.52%

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

#370CBA (or 0x370CBA) is known color: Purple Heart. HEX triplet: 37, 0C and BA. RGB value is (55,12,186). Sum of RGB (Red+Green+Blue) = 55+12+186=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 186 (73.05% from 255 or 73.52% from 253); Max value from RGB is 186 - color contains mainly: blue. Hex color #370CBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370CBA is #C8F345. Grayscale: #2C2C2C. Windows color (decimal): -13169478 or 12192823. OLE color: 12192823.

HSL color Cylindrical-coordinate representation of color #370CBA: hue angle of 254.83º degrees, saturation: 0.88, 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 #370CBA is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 12 186 -
CMYK 0.70 0.94 0 0.27
HSL 254.83º 0.88% 0.39% -
HSV(B) 254.83º 0.94% 0.73% -
XYZ 10.57 4.62 46.79 -
YUV 44.69 207.75 135.35 -
System Red Green Blue C M Y K H S L
Decimal 55 12 186 0.70 0.94 0 0.27 254.83 0.88 0.39
Hex 37 C BA 46 5E 0 1B FF 58 27
Octal 67 14 272 106 136 0 33 377 130 47
Binary 110111 1100 10111010 1000110 1011110 0 11011 11111111 1011000 100111

Color Harmonies of #370CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370CBA

Black with #370CBA

Text Example


Text Example

White with #370CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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