Html Css Color HEX #3B19BB Purple Heart

📋 copy color: '#3B19BB'

red 59 ◦ green 25 ◦ blue 187

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

Shades of Purple Heart #3B19BB

Tints of Purple Heart #3B19BB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.23%

 BLUE value IS 187 (73.44% from 255) = 69%

R = 21.77%
G = 9.23%
B = 69%

CMYK

 C value IS 0.68

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3B19BB (or 0x3B19BB) is known color: Purple Heart. HEX triplet: 3B, 19 and BB. RGB value is (59,25,187). Sum of RGB (Red+Green+Blue) = 59+25+187=271 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.77% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 187 (73.44% from 255 or 69.00% from 271); Max value from RGB is 187 - color contains mainly: blue. Hex color #3B19BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B19BB is #C4E644. Grayscale: #353535. Windows color (decimal): -12904005 or 12261691. OLE color: 12261691.

HSL color Cylindrical-coordinate representation of color #3B19BB: hue angle of 252.59º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3B19BB is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 59 25 187 -
CMYK 0.68 0.87 0 0.27
HSL 252.59º 0.76% 0.42% -
HSV(B) 252.59º 0.87% 0.73% -
XYZ 11.12 5.21 47.43 -
YUV 53.63 203.26 131.83 -
System Red Green Blue C M Y K H S L
Decimal 59 25 187 0.68 0.87 0 0.27 252.59 0.76 0.42
Hex 3B 19 BB 44 57 0 1B FD 4C 2A
Octal 73 31 273 104 127 0 33 375 114 52
Binary 111011 11001 10111011 1000100 1010111 0 11011 11111101 1001100 101010

Color Harmonies of #3B19BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B19BB

Black with #3B19BB

Text Example


Text Example

White with #3B19BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,25,187); }

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

background-color css

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

 a { background-color: rgb(59,25,187); }

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

border-color css

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

 span { border-color: rgb(59,25,187); }

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