Html Css Color HEX #3913BC Purple Heart

📋 copy color: '#3913BC'

red 57 ◦ green 19 ◦ blue 188

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

Shades of Purple Heart #3913BC

Tints of Purple Heart #3913BC

RGB

 RED value IS 57 (22.66% from 255) = 21.59%

 GREEN value IS 19 (7.81% from 255) = 7.2%

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

R = 21.59%
G = 7.2%
B = 71.21%

CMYK

 C value IS 0.70

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3913BC (or 0x3913BC) is known color: Purple Heart. HEX triplet: 39, 13 and BC. RGB value is (57,19,188). Sum of RGB (Red+Green+Blue) = 57+19+188=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 188 (73.83% from 255 or 71.21% from 264); Max value from RGB is 188 - color contains mainly: blue. Hex color #3913BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3913BC is #C6EC43. Grayscale: #303030. Windows color (decimal): -13036612 or 12325689. OLE color: 12325689.

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

Color convert

RGB 57 19 188 -
CMYK 0.70 0.90 0 0.26
HSL 253.49º 0.82% 0.41% -
HSV(B) 253.49º 0.9% 0.74% -
XYZ 11 4.97 47.96 -
YUV 49.63 206.09 133.26 -
System Red Green Blue C M Y K H S L
Decimal 57 19 188 0.70 0.90 0 0.26 253.49 0.82 0.41
Hex 39 13 BC 46 5A 0 1A FD 52 29
Octal 71 23 274 106 132 0 32 375 122 51
Binary 111001 10011 10111100 1000110 1011010 0 11010 11111101 1010010 101001

Color Harmonies of #3913BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3913BC

Black with #3913BC

Text Example


Text Example

White with #3913BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,19,188); }

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

background-color css

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

 a { background-color: rgb(57,19,188); }

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

border-color css

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

 span { border-color: rgb(57,19,188); }

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