Html Css Color HEX #3610BD Purple Heart

📋 copy color: '#3610BD'

red 54 ◦ green 16 ◦ blue 189

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

Shades of Purple Heart #3610BD

Tints of Purple Heart #3610BD

RGB

 RED value IS 54 (21.48% from 255) = 20.85%

 GREEN value IS 16 (6.64% from 255) = 6.18%

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

R = 20.85%
G = 6.18%
B = 72.97%

CMYK

 C value IS 0.71

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3610BD (or 0x3610BD) is known color: Purple Heart. HEX triplet: 36, 10 and BD. RGB value is (54,16,189). Sum of RGB (Red+Green+Blue) = 54+16+189=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 189 (74.22% from 255 or 72.97% from 259); Max value from RGB is 189 - color contains mainly: blue. Hex color #3610BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3610BD is #C9EF42. Grayscale: #2E2E2E. Windows color (decimal): -13233987 or 12390454. OLE color: 12390454.

HSL color Cylindrical-coordinate representation of color #3610BD: hue angle of 253.18º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3610BD is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 54 16 189 -
CMYK 0.71 0.92 0 0.26
HSL 253.18º 0.84% 0.4% -
HSV(B) 253.18º 0.92% 0.74% -
XYZ 10.89 4.83 48.5 -
YUV 47.08 208.09 132.93 -
System Red Green Blue C M Y K H S L
Decimal 54 16 189 0.71 0.92 0 0.26 253.18 0.84 0.4
Hex 36 10 BD 47 5C 0 1A FD 54 28
Octal 66 20 275 107 134 0 32 375 124 50
Binary 110110 10000 10111101 1000111 1011100 0 11010 11111101 1010100 101000

Color Harmonies of #3610BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3610BD

Black with #3610BD

Text Example


Text Example

White with #3610BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3610BD; }

 p { color: rgb(54,16,189); }

 H1.HeaderClassName
 {
   color: #3610BD;
 }
 .AnyTagClassName
 {
   color: #3610BD;
 }
</style>

background-color css

<style>
 a { background-color: #3610BD; }

 a { background-color: rgb(54,16,189); }

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

border-color css

<style>
 span { border-color: #3610BD; }

 span { border-color: rgb(54,16,189); }

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