Html Css Color HEX #370CBE Purple Heart

📋 copy color: '#370CBE'

red 55 ◦ green 12 ◦ blue 190

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

Shades of Purple Heart #370CBE

Tints of Purple Heart #370CBE

RGB

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

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

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

R = 21.4%
G = 4.67%
B = 73.93%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#370CBE (or 0x370CBE) is known color: Purple Heart. HEX triplet: 37, 0C and BE. RGB value is (55,12,190). Sum of RGB (Red+Green+Blue) = 55+12+190=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 190 (74.61% from 255 or 73.93% from 257); Max value from RGB is 190 - color contains mainly: blue. Hex color #370CBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370CBE is #C8F341. Grayscale: #2C2C2C. Windows color (decimal): -13169474 or 12454967. OLE color: 12454967.

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

Color convert

RGB 55 12 190 -
CMYK 0.71 0.94 0 0.25
HSL 254.49º 0.88% 0.4% -
HSV(B) 254.49º 0.94% 0.75% -
XYZ 11 4.79 49.06 -
YUV 45.15 209.75 135.03 -
System Red Green Blue C M Y K H S L
Decimal 55 12 190 0.71 0.94 0 0.25 254.49 0.88 0.4
Hex 37 C BE 47 5E 0 19 FE 58 28
Octal 67 14 276 107 136 0 31 376 130 50
Binary 110111 1100 10111110 1000111 1011110 0 11001 11111110 1011000 101000

Color Harmonies of #370CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370CBE

Black with #370CBE

Text Example


Text Example

White with #370CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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