Html Css Color HEX #3B0AB3 Purple Heart

📋 copy color: '#3B0AB3'

red 59 ◦ green 10 ◦ blue 179

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

Shades of Purple Heart #3B0AB3

Tints of Purple Heart #3B0AB3

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.03%

 BLUE value IS 179 (70.31% from 255) = 72.18%

R = 23.79%
G = 4.03%
B = 72.18%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3B0AB3 (or 0x3B0AB3) is known color: Purple Heart. HEX triplet: 3B, 0A and B3. RGB value is (59,10,179). Sum of RGB (Red+Green+Blue) = 59+10+179=248 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.79% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 179 (70.31% from 255 or 72.18% from 248); Max value from RGB is 179 - color contains mainly: blue. Hex color #3B0AB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B0AB3 is #C4F54C. Grayscale: #2B2B2B. Windows color (decimal): -12907853 or 11733563. OLE color: 11733563.

HSL color Cylindrical-coordinate representation of color #3B0AB3: hue angle of 257.4º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B0AB3 is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 59 10 179 -
CMYK 0.67 0.94 0 0.30
HSL 257.4º 0.89% 0.37% -
HSV(B) 257.4º 0.94% 0.7% -
XYZ 10.05 4.4 42.97 -
YUV 43.92 204.23 138.76 -
System Red Green Blue C M Y K H S L
Decimal 59 10 179 0.67 0.94 0 0.30 257.4 0.89 0.37
Hex 3B A B3 43 5E 0 1E 101 59 25
Octal 73 12 263 103 136 0 36 401 131 45
Binary 111011 1010 10110011 1000011 1011110 0 11110 100000001 1011001 100101

Color Harmonies of #3B0AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0AB3

Black with #3B0AB3

Text Example


Text Example

White with #3B0AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,10,179); }

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

background-color css

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

 a { background-color: rgb(59,10,179); }

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

border-color css

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

 span { border-color: rgb(59,10,179); }

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