Html Css Color HEX #3F12AD Purple Heart

📋 copy color: '#3F12AD'

red 63 ◦ green 18 ◦ blue 173

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

Shades of Purple Heart #3F12AD

Tints of Purple Heart #3F12AD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.09%

 BLUE value IS 173 (67.97% from 255) = 68.11%

R = 24.8%
G = 7.09%
B = 68.11%

CMYK

 C value IS 0.64

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3F12AD (or 0x3F12AD) is known color: Purple Heart. HEX triplet: 3F, 12 and AD. RGB value is (63,18,173). Sum of RGB (Red+Green+Blue) = 63+18+173=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 173 (67.97% from 255 or 68.11% from 254); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F12AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F12AD is #C0ED52. Grayscale: #303030. Windows color (decimal): -12643667 or 11342399. OLE color: 11342399.

HSL color Cylindrical-coordinate representation of color #3F12AD: hue angle of 257.42º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F12AD is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 63 18 173 -
CMYK 0.64 0.90 0 0.32
HSL 257.42º 0.81% 0.37% -
HSV(B) 257.42º 0.9% 0.68% -
XYZ 9.81 4.51 39.89 -
YUV 49.13 197.91 137.9 -
System Red Green Blue C M Y K H S L
Decimal 63 18 173 0.64 0.90 0 0.32 257.42 0.81 0.37
Hex 3F 12 AD 40 5A 0 20 101 51 25
Octal 77 22 255 100 132 0 40 401 121 45
Binary 111111 10010 10101101 1000000 1011010 0 100000 100000001 1010001 100101

Color Harmonies of #3F12AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F12AD

Black with #3F12AD

Text Example


Text Example

White with #3F12AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,18,173); }

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

background-color css

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

 a { background-color: rgb(63,18,173); }

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

border-color css

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

 span { border-color: rgb(63,18,173); }

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