Html Css Color HEX #3814BA Purple Heart

📋 copy color: '#3814BA'

red 56 ◦ green 20 ◦ blue 186

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

Shades of Purple Heart #3814BA

Tints of Purple Heart #3814BA

RGB

 RED value IS 56 (22.27% from 255) = 21.37%

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

 BLUE value IS 186 (73.05% from 255) = 70.99%

R = 21.37%
G = 7.63%
B = 70.99%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3814BA (or 0x3814BA) is known color: Purple Heart. HEX triplet: 38, 14 and BA. RGB value is (56,20,186). Sum of RGB (Red+Green+Blue) = 56+20+186=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 186 (73.05% from 255 or 70.99% from 262); Max value from RGB is 186 - color contains mainly: blue. Hex color #3814BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3814BA is #C7EB45. Grayscale: #313131. Windows color (decimal): -13101894 or 12194872. OLE color: 12194872.

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

Color convert

RGB 56 20 186 -
CMYK 0.70 0.89 0 0.27
HSL 253.01º 0.81% 0.4% -
HSV(B) 253.01º 0.89% 0.73% -
XYZ 10.74 4.89 46.83 -
YUV 49.69 204.93 132.5 -
System Red Green Blue C M Y K H S L
Decimal 56 20 186 0.70 0.89 0 0.27 253.01 0.81 0.4
Hex 38 14 BA 46 59 0 1B FD 51 28
Octal 70 24 272 106 131 0 33 375 121 50
Binary 111000 10100 10111010 1000110 1011001 0 11011 11111101 1010001 101000

Color Harmonies of #3814BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3814BA

Black with #3814BA

Text Example


Text Example

White with #3814BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3814BA; }

 p { color: rgb(56,20,186); }

 H1.HeaderClassName
 {
   color: #3814BA;
 }
 .AnyTagClassName
 {
   color: #3814BA;
 }
</style>

background-color css

<style>
 a { background-color: #3814BA; }

 a { background-color: rgb(56,20,186); }

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

border-color css

<style>
 span { border-color: #3814BA; }

 span { border-color: rgb(56,20,186); }

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