Html Css Color HEX #3F13BF Purple Heart

📋 copy color: '#3F13BF'

red 63 ◦ green 19 ◦ blue 191

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

Shades of Purple Heart #3F13BF

Tints of Purple Heart #3F13BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 69.96%

R = 23.08%
G = 6.96%
B = 69.96%

CMYK

 C value IS 0.67

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F13BF (or 0x3F13BF) is known color: Purple Heart. HEX triplet: 3F, 13 and BF. RGB value is (63,19,191). Sum of RGB (Red+Green+Blue) = 63+19+191=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 191 (75% from 255 or 69.96% from 273); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F13BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F13BF is #C0EC40. Grayscale: #333333. Windows color (decimal): -12643393 or 12522303. OLE color: 12522303.

HSL color Cylindrical-coordinate representation of color #3F13BF: hue angle of 255.35º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F13BF is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 63 19 191 -
CMYK 0.67 0.90 0 0.25
HSL 255.35º 0.82% 0.41% -
HSV(B) 255.35º 0.9% 0.75% -
XYZ 11.69 5.28 49.69 -
YUV 51.76 206.58 136.01 -
System Red Green Blue C M Y K H S L
Decimal 63 19 191 0.67 0.90 0 0.25 255.35 0.82 0.41
Hex 3F 13 BF 43 5A 0 19 FF 52 29
Octal 77 23 277 103 132 0 31 377 122 51
Binary 111111 10011 10111111 1000011 1011010 0 11001 11111111 1010010 101001

Color Harmonies of #3F13BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F13BF

Black with #3F13BF

Text Example


Text Example

White with #3F13BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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