Html Css Color HEX #3F1DAF Purple Heart

📋 copy color: '#3F1DAF'

red 63 ◦ green 29 ◦ blue 175

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

Shades of Purple Heart #3F1DAF

Tints of Purple Heart #3F1DAF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.86%

 BLUE value IS 175 (68.75% from 255) = 65.54%

R = 23.6%
G = 10.86%
B = 65.54%

CMYK

 C value IS 0.64

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3F1DAF (or 0x3F1DAF) is known color: Purple Heart. HEX triplet: 3F, 1D and AF. RGB value is (63,29,175). Sum of RGB (Red+Green+Blue) = 63+29+175=267 (35% of max value = 765). Red value is 63 (25% from 255 or 23.60% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 175 (68.75% from 255 or 65.54% from 267); Max value from RGB is 175 - color contains mainly: blue. Hex color #3F1DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F1DAF is #C0E250. Grayscale: #373737. Windows color (decimal): -12640849 or 11476287. OLE color: 11476287.

HSL color Cylindrical-coordinate representation of color #3F1DAF: hue angle of 253.97º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F1DAF is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 63 29 175 -
CMYK 0.64 0.83 0 0.31
HSL 253.97º 0.72% 0.4% -
HSV(B) 253.97º 0.83% 0.69% -
XYZ 10.23 5.03 40.99 -
YUV 55.81 195.26 133.13 -
System Red Green Blue C M Y K H S L
Decimal 63 29 175 0.64 0.83 0 0.31 253.97 0.72 0.4
Hex 3F 1D AF 40 53 0 1F FE 48 28
Octal 77 35 257 100 123 0 37 376 110 50
Binary 111111 11101 10101111 1000000 1010011 0 11111 11111110 1001000 101000

Color Harmonies of #3F1DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1DAF

Black with #3F1DAF

Text Example


Text Example

White with #3F1DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,29,175); }

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

background-color css

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

 a { background-color: rgb(63,29,175); }

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

border-color css

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

 span { border-color: rgb(63,29,175); }

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