Html Css Color HEX #3A1FCE Purple Heart

📋 copy color: '#3A1FCE'

red 58 ◦ green 31 ◦ blue 206

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

Shades of Purple Heart #3A1FCE

Tints of Purple Heart #3A1FCE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.51%

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

R = 19.66%
G = 10.51%
B = 69.83%

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

#3A1FCE (or 0x3A1FCE) is known color: Purple Heart. HEX triplet: 3A, 1F and CE. RGB value is (58,31,206). Sum of RGB (Red+Green+Blue) = 58+31+206=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 206 (80.86% from 255 or 69.83% from 295); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A1FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1FCE is #C5E031. Grayscale: #3A3A3A. Windows color (decimal): -12967986 or 13508410. OLE color: 13508410.

HSL color Cylindrical-coordinate representation of color #3A1FCE: hue angle of 249.26º degrees, saturation: 0.74, 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 #3A1FCE is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 31 206 -
CMYK 0.72 0.85 0 0.19
HSL 249.26º 0.74% 0.46% -
HSV(B) 249.26º 0.85% 0.81% -
XYZ 13.38 6.34 58.91 -
YUV 59.02 210.95 127.27 -
System Red Green Blue C M Y K H S L
Decimal 58 31 206 0.72 0.85 0 0.19 249.26 0.74 0.46
Hex 3A 1F CE 48 55 0 13 F9 4A 2E
Octal 72 37 316 110 125 0 23 371 112 56
Binary 111010 11111 11001110 1001000 1010101 0 10011 11111001 1001010 101110

Color Harmonies of #3A1FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1FCE

Black with #3A1FCE

Text Example


Text Example

White with #3A1FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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