Html Css Color HEX #3B07BA Purple Heart

📋 copy color: '#3B07BA'

red 59 ◦ green 7 ◦ blue 186

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

Shades of Purple Heart #3B07BA

Tints of Purple Heart #3B07BA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.78%

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

R = 23.41%
G = 2.78%
B = 73.81%

CMYK

 C value IS 0.68

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3B07BA (or 0x3B07BA) is known color: Purple Heart. HEX triplet: 3B, 07 and BA. RGB value is (59,7,186). Sum of RGB (Red+Green+Blue) = 59+7+186=252 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.41% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 186 (73.05% from 255 or 73.81% from 252); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B07BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B07BA is #C4F845. Grayscale: #2A2A2A. Windows color (decimal): -12908614 or 12191547. OLE color: 12191547.

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

Color convert

RGB 59 7 186 -
CMYK 0.68 0.96 0 0.27
HSL 257.43º 0.93% 0.38% -
HSV(B) 257.43º 0.96% 0.73% -
XYZ 10.74 4.63 46.78 -
YUV 42.95 208.73 139.45 -
System Red Green Blue C M Y K H S L
Decimal 59 7 186 0.68 0.96 0 0.27 257.43 0.93 0.38
Hex 3B 7 BA 44 60 0 1B 101 5D 26
Octal 73 7 272 104 140 0 33 401 135 46
Binary 111011 111 10111010 1000100 1100000 0 11011 100000001 1011101 100110

Color Harmonies of #3B07BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B07BA

Black with #3B07BA

Text Example


Text Example

White with #3B07BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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