Html Css Color HEX #3B05BD Purple Heart

📋 copy color: '#3B05BD'

red 59 ◦ green 5 ◦ blue 189

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

Shades of Purple Heart #3B05BD

Tints of Purple Heart #3B05BD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.98%

 BLUE value IS 189 (74.22% from 255) = 74.7%

R = 23.32%
G = 1.98%
B = 74.7%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3B05BD (or 0x3B05BD) is known color: Purple Heart. HEX triplet: 3B, 05 and BD. RGB value is (59,5,189). Sum of RGB (Red+Green+Blue) = 59+5+189=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 189 (74.22% from 255 or 74.70% from 253); Max value from RGB is 189 - color contains mainly: blue. Hex color #3B05BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B05BD is #C4FA42. Grayscale: #292929. Windows color (decimal): -12909123 or 12387643. OLE color: 12387643.

HSL color Cylindrical-coordinate representation of color #3B05BD: hue angle of 257.61º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B05BD is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 59 5 189 -
CMYK 0.69 0.97 0 0.26
HSL 257.61º 0.95% 0.38% -
HSV(B) 257.61º 0.97% 0.74% -
XYZ 11.04 4.71 48.47 -
YUV 42.12 210.89 140.04 -
System Red Green Blue C M Y K H S L
Decimal 59 5 189 0.69 0.97 0 0.26 257.61 0.95 0.38
Hex 3B 5 BD 45 61 0 1A 102 5F 26
Octal 73 5 275 105 141 0 32 402 137 46
Binary 111011 101 10111101 1000101 1100001 0 11010 100000010 1011111 100110

Color Harmonies of #3B05BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B05BD

Black with #3B05BD

Text Example


Text Example

White with #3B05BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,5,189); }

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

background-color css

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

 a { background-color: rgb(59,5,189); }

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

border-color css

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

 span { border-color: rgb(59,5,189); }

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