Html Css Color HEX #3712BC Purple Heart

📋 copy color: '#3712BC'

red 55 ◦ green 18 ◦ blue 188

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

Shades of Purple Heart #3712BC

Tints of Purple Heart #3712BC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.9%

 BLUE value IS 188 (73.83% from 255) = 72.03%

R = 21.07%
G = 6.9%
B = 72.03%

CMYK

 C value IS 0.71

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3712BC (or 0x3712BC) is known color: Purple Heart. HEX triplet: 37, 12 and BC. RGB value is (55,18,188). Sum of RGB (Red+Green+Blue) = 55+18+188=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 188 (73.83% from 255 or 72.03% from 261); Max value from RGB is 188 - color contains mainly: blue. Hex color #3712BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3712BC is #C8ED43. Grayscale: #2F2F2F. Windows color (decimal): -13167940 or 12325431. OLE color: 12325431.

HSL color Cylindrical-coordinate representation of color #3712BC: hue angle of 253.06º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3712BC is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 55 18 188 -
CMYK 0.71 0.90 0 0.26
HSL 253.06º 0.83% 0.4% -
HSV(B) 253.06º 0.9% 0.74% -
XYZ 10.87 4.88 47.95 -
YUV 48.44 206.76 132.68 -
System Red Green Blue C M Y K H S L
Decimal 55 18 188 0.71 0.90 0 0.26 253.06 0.83 0.4
Hex 37 12 BC 47 5A 0 1A FD 53 28
Octal 67 22 274 107 132 0 32 375 123 50
Binary 110111 10010 10111100 1000111 1011010 0 11010 11111101 1010011 101000

Color Harmonies of #3712BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3712BC

Black with #3712BC

Text Example


Text Example

White with #3712BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3712BC; }

 p { color: rgb(55,18,188); }

 H1.HeaderClassName
 {
   color: #3712BC;
 }
 .AnyTagClassName
 {
   color: #3712BC;
 }
</style>

background-color css

<style>
 a { background-color: #3712BC; }

 a { background-color: rgb(55,18,188); }

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

border-color css

<style>
 span { border-color: #3712BC; }

 span { border-color: rgb(55,18,188); }

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