Html Css Color HEX #3B13BC Purple Heart

📋 copy color: '#3B13BC'

red 59 ◦ green 19 ◦ blue 188

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

Shades of Purple Heart #3B13BC

Tints of Purple Heart #3B13BC

RGB

 RED value IS 59 (23.44% from 255) = 22.18%

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

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

R = 22.18%
G = 7.14%
B = 70.68%

CMYK

 C value IS 0.69

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3B13BC (or 0x3B13BC) is known color: Purple Heart. HEX triplet: 3B, 13 and BC. RGB value is (59,19,188). Sum of RGB (Red+Green+Blue) = 59+19+188=266 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.18% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 188 (73.83% from 255 or 70.68% from 266); Max value from RGB is 188 - color contains mainly: blue. Hex color #3B13BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B13BC is #C4EC43. Grayscale: #313131. Windows color (decimal): -12905540 or 12325691. OLE color: 12325691.

HSL color Cylindrical-coordinate representation of color #3B13BC: hue angle of 254.2º 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 #3B13BC is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 59 19 188 -
CMYK 0.69 0.90 0 0.26
HSL 254.2º 0.82% 0.41% -
HSV(B) 254.2º 0.9% 0.74% -
XYZ 11.11 5.03 47.96 -
YUV 50.23 205.75 134.26 -
System Red Green Blue C M Y K H S L
Decimal 59 19 188 0.69 0.90 0 0.26 254.2 0.82 0.41
Hex 3B 13 BC 45 5A 0 1A FE 52 29
Octal 73 23 274 105 132 0 32 376 122 51
Binary 111011 10011 10111100 1000101 1011010 0 11010 11111110 1010010 101001

Color Harmonies of #3B13BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B13BC

Black with #3B13BC

Text Example


Text Example

White with #3B13BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B13BC; }

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

 H1.HeaderClassName
 {
   color: #3B13BC;
 }
 .AnyTagClassName
 {
   color: #3B13BC;
 }
</style>

background-color css

<style>
 a { background-color: #3B13BC; }

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

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

border-color css

<style>
 span { border-color: #3B13BC; }

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

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