Html Css Color HEX #3710BA Purple Heart

📋 copy color: '#3710BA'

red 55 ◦ green 16 ◦ blue 186

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

Shades of Purple Heart #3710BA

Tints of Purple Heart #3710BA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.23%

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

R = 21.4%
G = 6.23%
B = 72.37%

CMYK

 C value IS 0.70

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3710BA (or 0x3710BA) is known color: Purple Heart. HEX triplet: 37, 10 and BA. RGB value is (55,16,186). Sum of RGB (Red+Green+Blue) = 55+16+186=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 186 (73.05% from 255 or 72.37% from 257); Max value from RGB is 186 - color contains mainly: blue. Hex color #3710BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3710BA is #C8EF45. Grayscale: #2E2E2E. Windows color (decimal): -13168454 or 12193847. OLE color: 12193847.

HSL color Cylindrical-coordinate representation of color #3710BA: hue angle of 253.76º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3710BA is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 16 186 -
CMYK 0.70 0.91 0 0.27
HSL 253.76º 0.84% 0.4% -
HSV(B) 253.76º 0.91% 0.73% -
XYZ 10.62 4.73 46.81 -
YUV 47.04 206.42 133.68 -
System Red Green Blue C M Y K H S L
Decimal 55 16 186 0.70 0.91 0 0.27 253.76 0.84 0.4
Hex 37 10 BA 46 5B 0 1B FE 54 28
Octal 67 20 272 106 133 0 33 376 124 50
Binary 110111 10000 10111010 1000110 1011011 0 11011 11111110 1010100 101000

Color Harmonies of #3710BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3710BA

Black with #3710BA

Text Example


Text Example

White with #3710BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3710BA; }

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

 H1.HeaderClassName
 {
   color: #3710BA;
 }
 .AnyTagClassName
 {
   color: #3710BA;
 }
</style>

background-color css

<style>
 a { background-color: #3710BA; }

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

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

border-color css

<style>
 span { border-color: #3710BA; }

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

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