Html Css Color HEX #3F16AC Purple Heart

📋 copy color: '#3F16AC'

red 63 ◦ green 22 ◦ blue 172

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

Shades of Purple Heart #3F16AC

Tints of Purple Heart #3F16AC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.56%

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

R = 24.51%
G = 8.56%
B = 66.93%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F16AC (or 0x3F16AC) is known color: Purple Heart. HEX triplet: 3F, 16 and AC. RGB value is (63,22,172). Sum of RGB (Red+Green+Blue) = 63+22+172=257 (34% of max value = 765). Red value is 63 (25% from 255 or 24.51% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 172 (67.58% from 255 or 66.93% from 257); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F16AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F16AC is #C0E953. Grayscale: #323232. Windows color (decimal): -12642644 or 11277887. OLE color: 11277887.

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

Color convert

RGB 63 22 172 -
CMYK 0.63 0.87 0 0.33
HSL 256.4º 0.77% 0.38% -
HSV(B) 256.4º 0.87% 0.67% -
XYZ 9.78 4.61 39.4 -
YUV 51.36 196.08 136.3 -
System Red Green Blue C M Y K H S L
Decimal 63 22 172 0.63 0.87 0 0.33 256.4 0.77 0.38
Hex 3F 16 AC 3F 57 0 21 100 4D 26
Octal 77 26 254 77 127 0 41 400 115 46
Binary 111111 10110 10101100 111111 1010111 0 100001 100000000 1001101 100110

Color Harmonies of #3F16AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F16AC

Black with #3F16AC

Text Example


Text Example

White with #3F16AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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