Html Css Color HEX #3A0EBC Purple Heart

📋 copy color: '#3A0EBC'

red 58 ◦ green 14 ◦ blue 188

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

Shades of Purple Heart #3A0EBC

Tints of Purple Heart #3A0EBC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.38%

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

R = 22.31%
G = 5.38%
B = 72.31%

CMYK

 C value IS 0.69

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3A0EBC (or 0x3A0EBC) is known color: Purple Heart. HEX triplet: 3A, 0E and BC. RGB value is (58,14,188). Sum of RGB (Red+Green+Blue) = 58+14+188=260 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.31% from 260); Green value is 14 (5.86% from 255 or 5.38% from 260); Blue value is 188 (73.83% from 255 or 72.31% from 260); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A0EBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0EBC is #C5F143. Grayscale: #2E2E2E. Windows color (decimal): -12972356 or 12324410. OLE color: 12324410.

HSL color Cylindrical-coordinate representation of color #3A0EBC: hue angle of 255.17º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A0EBC is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 58 14 188 -
CMYK 0.69 0.93 0 0.26
HSL 255.17º 0.86% 0.4% -
HSV(B) 255.17º 0.93% 0.74% -
XYZ 10.98 4.84 47.93 -
YUV 46.99 207.58 135.85 -
System Red Green Blue C M Y K H S L
Decimal 58 14 188 0.69 0.93 0 0.26 255.17 0.86 0.4
Hex 3A E BC 45 5D 0 1A FF 56 28
Octal 72 16 274 105 135 0 32 377 126 50
Binary 111010 1110 10111100 1000101 1011101 0 11010 11111111 1010110 101000

Color Harmonies of #3A0EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0EBC

Black with #3A0EBC

Text Example


Text Example

White with #3A0EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,14,188); }

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

background-color css

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

 a { background-color: rgb(58,14,188); }

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

border-color css

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

 span { border-color: rgb(58,14,188); }

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