Html Css Color HEX #3B0EBA Purple Heart

📋 copy color: '#3B0EBA'

red 59 ◦ green 14 ◦ blue 186

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

Shades of Purple Heart #3B0EBA

Tints of Purple Heart #3B0EBA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.41%

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

R = 22.78%
G = 5.41%
B = 71.81%

CMYK

 C value IS 0.68

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3B0EBA (or 0x3B0EBA) is known color: Purple Heart. HEX triplet: 3B, 0E and BA. RGB value is (59,14,186). Sum of RGB (Red+Green+Blue) = 59+14+186=259 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.78% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 186 (73.05% from 255 or 71.81% from 259); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B0EBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B0EBA is #C4F145. Grayscale: #2E2E2E. Windows color (decimal): -12906822 or 12193339. OLE color: 12193339.

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

Color convert

RGB 59 14 186 -
CMYK 0.68 0.92 0 0.27
HSL 255.7º 0.86% 0.39% -
HSV(B) 255.7º 0.92% 0.73% -
XYZ 10.82 4.79 46.81 -
YUV 47.06 206.41 136.51 -
System Red Green Blue C M Y K H S L
Decimal 59 14 186 0.68 0.92 0 0.27 255.7 0.86 0.39
Hex 3B E BA 44 5C 0 1B 100 56 27
Octal 73 16 272 104 134 0 33 400 126 47
Binary 111011 1110 10111010 1000100 1011100 0 11011 100000000 1010110 100111

Color Harmonies of #3B0EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0EBA

Black with #3B0EBA

Text Example


Text Example

White with #3B0EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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