Html Css Color HEX #3B13C0 Purple Heart

📋 copy color: '#3B13C0'

red 59 ◦ green 19 ◦ blue 192

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

Shades of Purple Heart #3B13C0

Tints of Purple Heart #3B13C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 71.11%

R = 21.85%
G = 7.04%
B = 71.11%

CMYK

 C value IS 0.69

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3B13C0 (or 0x3B13C0) is known color: Purple Heart. HEX triplet: 3B, 13 and C0. RGB value is (59,19,192). Sum of RGB (Red+Green+Blue) = 59+19+192=270 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.85% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 192 (75.39% from 255 or 71.11% from 270); Max value from RGB is 192 - color contains mainly: blue. Hex color #3B13C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B13C0 is #C4EC3F. Grayscale: #323232. Windows color (decimal): -12905536 or 12587835. OLE color: 12587835.

HSL color Cylindrical-coordinate representation of color #3B13C0: hue angle of 253.87º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B13C0 is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 59 19 192 -
CMYK 0.69 0.90 0 0.25
HSL 253.87º 0.82% 0.41% -
HSV(B) 253.87º 0.9% 0.75% -
XYZ 11.55 5.2 50.26 -
YUV 50.68 207.75 133.93 -
System Red Green Blue C M Y K H S L
Decimal 59 19 192 0.69 0.90 0 0.25 253.87 0.82 0.41
Hex 3B 13 C0 45 5A 0 19 FE 52 29
Octal 73 23 300 105 132 0 31 376 122 51
Binary 111011 10011 11000000 1000101 1011010 0 11001 11111110 1010010 101001

Color Harmonies of #3B13C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B13C0

Black with #3B13C0

Text Example


Text Example

White with #3B13C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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