Html Css Color HEX #3A14BB Purple Heart

📋 copy color: '#3A14BB'

red 58 ◦ green 20 ◦ blue 187

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

Shades of Purple Heart #3A14BB

Tints of Purple Heart #3A14BB

RGB

 RED value IS 58 (23.05% from 255) = 21.89%

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

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

R = 21.89%
G = 7.55%
B = 70.57%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3A14BB (or 0x3A14BB) is known color: Purple Heart. HEX triplet: 3A, 14 and BB. RGB value is (58,20,187). Sum of RGB (Red+Green+Blue) = 58+20+187=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 187 (73.44% from 255 or 70.57% from 265); Max value from RGB is 187 - color contains mainly: blue. Hex color #3A14BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A14BB is #C5EB44. Grayscale: #313131. Windows color (decimal): -12970821 or 12260410. OLE color: 12260410.

HSL color Cylindrical-coordinate representation of color #3A14BB: hue angle of 253.65º 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 #3A14BB is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 58 20 187 -
CMYK 0.69 0.89 0 0.27
HSL 253.65º 0.81% 0.41% -
HSV(B) 253.65º 0.89% 0.73% -
XYZ 10.96 4.99 47.4 -
YUV 50.4 205.09 133.42 -
System Red Green Blue C M Y K H S L
Decimal 58 20 187 0.69 0.89 0 0.27 253.65 0.81 0.41
Hex 3A 14 BB 45 59 0 1B FE 51 29
Octal 72 24 273 105 131 0 33 376 121 51
Binary 111010 10100 10111011 1000101 1011001 0 11011 11111110 1010001 101001

Color Harmonies of #3A14BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A14BB

Black with #3A14BB

Text Example


Text Example

White with #3A14BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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