Html Css Color HEX #3A1ECE Purple Heart

📋 copy color: '#3A1ECE'

red 58 ◦ green 30 ◦ blue 206

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

Shades of Purple Heart #3A1ECE

Tints of Purple Heart #3A1ECE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.2%

 BLUE value IS 206 (80.86% from 255) = 70.07%

R = 19.73%
G = 10.2%
B = 70.07%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3A1ECE (or 0x3A1ECE) is known color: Purple Heart. HEX triplet: 3A, 1E and CE. RGB value is (58,30,206). Sum of RGB (Red+Green+Blue) = 58+30+206=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 206 (80.86% from 255 or 70.07% from 294); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A1ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1ECE is #C5E131. Grayscale: #393939. Windows color (decimal): -12968242 or 13508154. OLE color: 13508154.

HSL color Cylindrical-coordinate representation of color #3A1ECE: hue angle of 249.55º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A1ECE is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 30 206 -
CMYK 0.72 0.85 0 0.19
HSL 249.55º 0.75% 0.46% -
HSV(B) 249.55º 0.85% 0.81% -
XYZ 13.35 6.28 58.9 -
YUV 58.44 211.28 127.69 -
System Red Green Blue C M Y K H S L
Decimal 58 30 206 0.72 0.85 0 0.19 249.55 0.75 0.46
Hex 3A 1E CE 48 55 0 13 FA 4B 2E
Octal 72 36 316 110 125 0 23 372 113 56
Binary 111010 11110 11001110 1001000 1010101 0 10011 11111010 1001011 101110

Color Harmonies of #3A1ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1ECE

Black with #3A1ECE

Text Example


Text Example

White with #3A1ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,30,206); }

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

background-color css

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

 a { background-color: rgb(58,30,206); }

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

border-color css

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

 span { border-color: rgb(58,30,206); }

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