Html Css Color HEX #3B0FB6 Purple Heart

📋 copy color: '#3B0FB6'

red 59 ◦ green 15 ◦ blue 182

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

Shades of Purple Heart #3B0FB6

Tints of Purple Heart #3B0FB6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.86%

 BLUE value IS 182 (71.48% from 255) = 71.09%

R = 23.05%
G = 5.86%
B = 71.09%

CMYK

 C value IS 0.68

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3B0FB6 (or 0x3B0FB6) is known color: Purple Heart. HEX triplet: 3B, 0F and B6. RGB value is (59,15,182). Sum of RGB (Red+Green+Blue) = 59+15+182=256 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.05% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 182 (71.48% from 255 or 71.09% from 256); Max value from RGB is 182 - color contains mainly: blue. Hex color #3B0FB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B0FB6 is #C4F049. Grayscale: #2E2E2E. Windows color (decimal): -12906570 or 11931451. OLE color: 11931451.

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

Color convert

RGB 59 15 182 -
CMYK 0.68 0.92 0 0.29
HSL 255.81º 0.85% 0.39% -
HSV(B) 255.81º 0.92% 0.71% -
XYZ 10.42 4.65 44.6 -
YUV 47.19 204.08 136.42 -
System Red Green Blue C M Y K H S L
Decimal 59 15 182 0.68 0.92 0 0.29 255.81 0.85 0.39
Hex 3B F B6 44 5C 0 1D 100 55 27
Octal 73 17 266 104 134 0 35 400 125 47
Binary 111011 1111 10110110 1000100 1011100 0 11101 100000000 1010101 100111

Color Harmonies of #3B0FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0FB6

Black with #3B0FB6

Text Example


Text Example

White with #3B0FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,15,182); }

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

background-color css

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

 a { background-color: rgb(59,15,182); }

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

border-color css

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

 span { border-color: rgb(59,15,182); }

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