Html Css Color HEX #3B07BF Purple Heart

📋 copy color: '#3B07BF'

red 59 ◦ green 7 ◦ blue 191

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

Shades of Purple Heart #3B07BF

Tints of Purple Heart #3B07BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 74.32%

R = 22.96%
G = 2.72%
B = 74.32%

CMYK

 C value IS 0.69

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3B07BF (or 0x3B07BF) is known color: Purple Heart. HEX triplet: 3B, 07 and BF. RGB value is (59,7,191). Sum of RGB (Red+Green+Blue) = 59+7+191=257 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.96% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 191 (75% from 255 or 74.32% from 257); Max value from RGB is 191 - color contains mainly: blue. Hex color #3B07BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B07BF is #C4F840. Grayscale: #2A2A2A. Windows color (decimal): -12908609 or 12519227. OLE color: 12519227.

HSL color Cylindrical-coordinate representation of color #3B07BF: hue angle of 256.96º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3B07BF is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 59 7 191 -
CMYK 0.69 0.96 0 0.25
HSL 256.96º 0.93% 0.39% -
HSV(B) 256.96º 0.96% 0.75% -
XYZ 11.28 4.84 49.63 -
YUV 43.52 211.23 139.04 -
System Red Green Blue C M Y K H S L
Decimal 59 7 191 0.69 0.96 0 0.25 256.96 0.93 0.39
Hex 3B 7 BF 45 60 0 19 101 5D 27
Octal 73 7 277 105 140 0 31 401 135 47
Binary 111011 111 10111111 1000101 1100000 0 11001 100000001 1011101 100111

Color Harmonies of #3B07BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B07BF

Black with #3B07BF

Text Example


Text Example

White with #3B07BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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