Html Css Color HEX #3B0BBA Purple Heart

📋 copy color: '#3B0BBA'

red 59 ◦ green 11 ◦ blue 186

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

Shades of Purple Heart #3B0BBA

Tints of Purple Heart #3B0BBA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.3%

 BLUE value IS 186 (73.05% from 255) = 72.66%

R = 23.05%
G = 4.3%
B = 72.66%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3B0BBA (or 0x3B0BBA) is known color: Purple Heart. HEX triplet: 3B, 0B and BA. RGB value is (59,11,186). Sum of RGB (Red+Green+Blue) = 59+11+186=256 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.05% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B0BBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B0BBA is #C4F445. Grayscale: #2C2C2C. Windows color (decimal): -12907590 or 12192571. OLE color: 12192571.

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

Color convert

RGB 59 11 186 -
CMYK 0.68 0.94 0 0.27
HSL 256.46º 0.89% 0.39% -
HSV(B) 256.46º 0.94% 0.73% -
XYZ 10.79 4.71 46.8 -
YUV 45.3 207.4 137.77 -
System Red Green Blue C M Y K H S L
Decimal 59 11 186 0.68 0.94 0 0.27 256.46 0.89 0.39
Hex 3B B BA 44 5E 0 1B 100 59 27
Octal 73 13 272 104 136 0 33 400 131 47
Binary 111011 1011 10111010 1000100 1011110 0 11011 100000000 1011001 100111

Color Harmonies of #3B0BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0BBA

Black with #3B0BBA

Text Example


Text Example

White with #3B0BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,11,186); }

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

background-color css

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

 a { background-color: rgb(59,11,186); }

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

border-color css

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

 span { border-color: rgb(59,11,186); }

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