Html Css Color HEX #370AC0 Purple Heart

📋 copy color: '#370AC0'

red 55 ◦ green 10 ◦ blue 192

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

Shades of Purple Heart #370AC0

Tints of Purple Heart #370AC0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.89%

 BLUE value IS 192 (75.39% from 255) = 74.71%

R = 21.4%
G = 3.89%
B = 74.71%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#370AC0 (or 0x370AC0) is known color: Purple Heart. HEX triplet: 37, 0A and C0. RGB value is (55,10,192). Sum of RGB (Red+Green+Blue) = 55+10+192=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 192 (75.39% from 255 or 74.71% from 257); Max value from RGB is 192 - color contains mainly: blue. Hex color #370AC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370AC0 is #C8F53F. Grayscale: #2B2B2B. Windows color (decimal): -13169984 or 12585527. OLE color: 12585527.

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

Color convert

RGB 55 10 192 -
CMYK 0.71 0.95 0 0.25
HSL 254.84º 0.9% 0.4% -
HSV(B) 254.84º 0.95% 0.75% -
XYZ 11.2 4.84 50.21 -
YUV 44.2 211.41 135.7 -
System Red Green Blue C M Y K H S L
Decimal 55 10 192 0.71 0.95 0 0.25 254.84 0.9 0.4
Hex 37 A C0 47 5F 0 19 FF 5A 28
Octal 67 12 300 107 137 0 31 377 132 50
Binary 110111 1010 11000000 1000111 1011111 0 11001 11111111 1011010 101000

Color Harmonies of #370AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370AC0

Black with #370AC0

Text Example


Text Example

White with #370AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,10,192); }

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

background-color css

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

 a { background-color: rgb(55,10,192); }

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

border-color css

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

 span { border-color: rgb(55,10,192); }

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