Html Css Color HEX #3B10BB Purple Heart

📋 copy color: '#3B10BB'

red 59 ◦ green 16 ◦ blue 187

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

Shades of Purple Heart #3B10BB

Tints of Purple Heart #3B10BB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.11%

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

R = 22.52%
G = 6.11%
B = 71.37%

CMYK

 C value IS 0.68

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3B10BB (or 0x3B10BB) is known color: Purple Heart. HEX triplet: 3B, 10 and BB. RGB value is (59,16,187). Sum of RGB (Red+Green+Blue) = 59+16+187=262 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.52% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 187 (73.44% from 255 or 71.37% from 262); Max value from RGB is 187 - color contains mainly: blue. Hex color #3B10BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B10BB is #C4EF44. Grayscale: #2F2F2F. Windows color (decimal): -12906309 or 12259387. OLE color: 12259387.

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

Color convert

RGB 59 16 187 -
CMYK 0.68 0.91 0 0.27
HSL 255.09º 0.84% 0.4% -
HSV(B) 255.09º 0.91% 0.73% -
XYZ 10.96 4.89 47.38 -
YUV 48.35 206.25 135.6 -
System Red Green Blue C M Y K H S L
Decimal 59 16 187 0.68 0.91 0 0.27 255.09 0.84 0.4
Hex 3B 10 BB 44 5B 0 1B FF 54 28
Octal 73 20 273 104 133 0 33 377 124 50
Binary 111011 10000 10111011 1000100 1011011 0 11011 11111111 1010100 101000

Color Harmonies of #3B10BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B10BB

Black with #3B10BB

Text Example


Text Example

White with #3B10BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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