Html Css Color HEX #3F13AE Purple Heart

📋 copy color: '#3F13AE'

red 63 ◦ green 19 ◦ blue 174

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

Shades of Purple Heart #3F13AE

Tints of Purple Heart #3F13AE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.42%

 BLUE value IS 174 (68.36% from 255) = 67.97%

R = 24.61%
G = 7.42%
B = 67.97%

CMYK

 C value IS 0.64

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3F13AE (or 0x3F13AE) is known color: Purple Heart. HEX triplet: 3F, 13 and AE. RGB value is (63,19,174). Sum of RGB (Red+Green+Blue) = 63+19+174=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 174 (68.36% from 255 or 67.97% from 256); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F13AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F13AE is #C0EC51. Grayscale: #313131. Windows color (decimal): -12643410 or 11408191. OLE color: 11408191.

HSL color Cylindrical-coordinate representation of color #3F13AE: hue angle of 257.03º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F13AE is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 63 19 174 -
CMYK 0.64 0.89 0 0.32
HSL 257.03º 0.8% 0.38% -
HSV(B) 257.03º 0.89% 0.68% -
XYZ 9.92 4.58 40.41 -
YUV 49.83 198.08 137.4 -
System Red Green Blue C M Y K H S L
Decimal 63 19 174 0.64 0.89 0 0.32 257.03 0.8 0.38
Hex 3F 13 AE 40 59 0 20 101 50 26
Octal 77 23 256 100 131 0 40 401 120 46
Binary 111111 10011 10101110 1000000 1011001 0 100000 100000001 1010000 100110

Color Harmonies of #3F13AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F13AE

Black with #3F13AE

Text Example


Text Example

White with #3F13AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,19,174); }

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

background-color css

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

 a { background-color: rgb(63,19,174); }

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

border-color css

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

 span { border-color: rgb(63,19,174); }

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