Html Css Color HEX #3614BB Purple Heart

📋 copy color: '#3614BB'

red 54 ◦ green 20 ◦ blue 187

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

Shades of Purple Heart #3614BB

Tints of Purple Heart #3614BB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.66%

 BLUE value IS 187 (73.44% from 255) = 71.65%

R = 20.69%
G = 7.66%
B = 71.65%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3614BB (or 0x3614BB) is known color: Purple Heart. HEX triplet: 36, 14 and BB. RGB value is (54,20,187). Sum of RGB (Red+Green+Blue) = 54+20+187=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 187 (73.44% from 255 or 71.65% from 261); Max value from RGB is 187 - color contains mainly: blue. Hex color #3614BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3614BB is #C9EB44. Grayscale: #303030. Windows color (decimal): -13232965 or 12260406. OLE color: 12260406.

HSL color Cylindrical-coordinate representation of color #3614BB: hue angle of 252.22º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3614BB is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 20 187 -
CMYK 0.71 0.89 0 0.27
HSL 252.22º 0.81% 0.41% -
HSV(B) 252.22º 0.89% 0.73% -
XYZ 10.74 4.87 47.39 -
YUV 49.2 205.76 131.42 -
System Red Green Blue C M Y K H S L
Decimal 54 20 187 0.71 0.89 0 0.27 252.22 0.81 0.41
Hex 36 14 BB 47 59 0 1B FC 51 29
Octal 66 24 273 107 131 0 33 374 121 51
Binary 110110 10100 10111011 1000111 1011001 0 11011 11111100 1010001 101001

Color Harmonies of #3614BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3614BB

Black with #3614BB

Text Example


Text Example

White with #3614BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3614BB; }

 p { color: rgb(54,20,187); }

 H1.HeaderClassName
 {
   color: #3614BB;
 }
 .AnyTagClassName
 {
   color: #3614BB;
 }
</style>

background-color css

<style>
 a { background-color: #3614BB; }

 a { background-color: rgb(54,20,187); }

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

border-color css

<style>
 span { border-color: #3614BB; }

 span { border-color: rgb(54,20,187); }

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