Html Css Color HEX #3B17BD Purple Heart

📋 copy color: '#3B17BD'

red 59 ◦ green 23 ◦ blue 189

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

Shades of Purple Heart #3B17BD

Tints of Purple Heart #3B17BD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.49%

 BLUE value IS 189 (74.22% from 255) = 69.74%

R = 21.77%
G = 8.49%
B = 69.74%

CMYK

 C value IS 0.69

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3B17BD (or 0x3B17BD) is known color: Purple Heart. HEX triplet: 3B, 17 and BD. RGB value is (59,23,189). Sum of RGB (Red+Green+Blue) = 59+23+189=271 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.77% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 189 (74.22% from 255 or 69.74% from 271); Max value from RGB is 189 - color contains mainly: blue. Hex color #3B17BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B17BD is #C4E842. Grayscale: #343434. Windows color (decimal): -12904515 or 12392251. OLE color: 12392251.

HSL color Cylindrical-coordinate representation of color #3B17BD: hue angle of 253.01º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B17BD is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 59 23 189 -
CMYK 0.69 0.88 0 0.26
HSL 253.01º 0.78% 0.42% -
HSV(B) 253.01º 0.88% 0.74% -
XYZ 11.3 5.22 48.56 -
YUV 52.69 204.93 132.5 -
System Red Green Blue C M Y K H S L
Decimal 59 23 189 0.69 0.88 0 0.26 253.01 0.78 0.42
Hex 3B 17 BD 45 58 0 1A FD 4E 2A
Octal 73 27 275 105 130 0 32 375 116 52
Binary 111011 10111 10111101 1000101 1011000 0 11010 11111101 1001110 101010

Color Harmonies of #3B17BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B17BD

Black with #3B17BD

Text Example


Text Example

White with #3B17BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,23,189); }

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

background-color css

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

 a { background-color: rgb(59,23,189); }

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

border-color css

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

 span { border-color: rgb(59,23,189); }

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