Html Css Color HEX #3614BC Purple Heart

📋 copy color: '#3614BC'

red 54 ◦ green 20 ◦ blue 188

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

Shades of Purple Heart #3614BC

Tints of Purple Heart #3614BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 71.76%

R = 20.61%
G = 7.63%
B = 71.76%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3614BC (or 0x3614BC) is known color: Purple Heart. HEX triplet: 36, 14 and BC. RGB value is (54,20,188). Sum of RGB (Red+Green+Blue) = 54+20+188=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 188 (73.83% from 255 or 71.76% from 262); Max value from RGB is 188 - color contains mainly: blue. Hex color #3614BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3614BC is #C9EB43. Grayscale: #303030. Windows color (decimal): -13232964 or 12325942. OLE color: 12325942.

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

Color convert

RGB 54 20 188 -
CMYK 0.71 0.89 0 0.26
HSL 252.14º 0.81% 0.41% -
HSV(B) 252.14º 0.89% 0.74% -
XYZ 10.85 4.92 47.95 -
YUV 49.32 206.26 131.34 -
System Red Green Blue C M Y K H S L
Decimal 54 20 188 0.71 0.89 0 0.26 252.14 0.81 0.41
Hex 36 14 BC 47 59 0 1A FC 51 29
Octal 66 24 274 107 131 0 32 374 121 51
Binary 110110 10100 10111100 1000111 1011001 0 11010 11111100 1010001 101001

Color Harmonies of #3614BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3614BC

Black with #3614BC

Text Example


Text Example

White with #3614BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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