Html Css Color HEX #3F14AC Purple Heart

📋 copy color: '#3F14AC'

red 63 ◦ green 20 ◦ blue 172

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

Shades of Purple Heart #3F14AC

Tints of Purple Heart #3F14AC

RGB

 RED value IS 63 (25% from 255) = 24.71%

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

 BLUE value IS 172 (67.58% from 255) = 67.45%

R = 24.71%
G = 7.84%
B = 67.45%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F14AC (or 0x3F14AC) is known color: Purple Heart. HEX triplet: 3F, 14 and AC. RGB value is (63,20,172). Sum of RGB (Red+Green+Blue) = 63+20+172=255 (33% of max value = 765). Red value is 63 (25% from 255 or 24.71% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 172 (67.58% from 255 or 67.45% from 255); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F14AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F14AC is #C0EB53. Grayscale: #313131. Windows color (decimal): -12643156 or 11277375. OLE color: 11277375.

HSL color Cylindrical-coordinate representation of color #3F14AC: hue angle of 256.97º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F14AC is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 20 172 -
CMYK 0.63 0.88 0 0.33
HSL 256.97º 0.79% 0.38% -
HSV(B) 256.97º 0.88% 0.67% -
XYZ 9.75 4.54 39.39 -
YUV 50.19 196.75 137.14 -
System Red Green Blue C M Y K H S L
Decimal 63 20 172 0.63 0.88 0 0.33 256.97 0.79 0.38
Hex 3F 14 AC 3F 58 0 21 101 4F 26
Octal 77 24 254 77 130 0 41 401 117 46
Binary 111111 10100 10101100 111111 1011000 0 100001 100000001 1001111 100110

Color Harmonies of #3F14AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F14AC

Black with #3F14AC

Text Example


Text Example

White with #3F14AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,20,172); }

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

background-color css

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

 a { background-color: rgb(63,20,172); }

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

border-color css

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

 span { border-color: rgb(63,20,172); }

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