Html Css Color HEX #3707BC Purple Heart

📋 copy color: '#3707BC'

red 55 ◦ green 7 ◦ blue 188

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

Shades of Purple Heart #3707BC

Tints of Purple Heart #3707BC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.8%

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

R = 22%
G = 2.8%
B = 75.2%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3707BC (or 0x3707BC) is known color: Purple Heart. HEX triplet: 37, 07 and BC. RGB value is (55,7,188). Sum of RGB (Red+Green+Blue) = 55+7+188=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 188 (73.83% from 255 or 75.2% from 250); Max value from RGB is 188 - color contains mainly: blue. Hex color #3707BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3707BC is #C8F843. Grayscale: #292929. Windows color (decimal): -13170756 or 12322615. OLE color: 12322615.

HSL color Cylindrical-coordinate representation of color #3707BC: hue angle of 255.91º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3707BC is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 55 7 188 -
CMYK 0.71 0.96 0 0.26
HSL 255.91º 0.93% 0.38% -
HSV(B) 255.91º 0.96% 0.74% -
XYZ 10.73 4.6 47.9 -
YUV 41.99 210.4 137.28 -
System Red Green Blue C M Y K H S L
Decimal 55 7 188 0.71 0.96 0 0.26 255.91 0.93 0.38
Hex 37 7 BC 47 60 0 1A 100 5D 26
Octal 67 7 274 107 140 0 32 400 135 46
Binary 110111 111 10111100 1000111 1100000 0 11010 100000000 1011101 100110

Color Harmonies of #3707BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3707BC

Black with #3707BC

Text Example


Text Example

White with #3707BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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