Html Css Color HEX #3F1DCF Purple Heart

📋 copy color: '#3F1DCF'

red 63 ◦ green 29 ◦ blue 207

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

Shades of Purple Heart #3F1DCF

Tints of Purple Heart #3F1DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 69.23%

R = 21.07%
G = 9.7%
B = 69.23%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F1DCF (or 0x3F1DCF) is known color: Purple Heart. HEX triplet: 3F, 1D and CF. RGB value is (63,29,207). Sum of RGB (Red+Green+Blue) = 63+29+207=299 (39% of max value = 765). Red value is 63 (25% from 255 or 21.07% from 299); Green value is 29 (11.72% from 255 or 9.70% from 299); Blue value is 207 (81.25% from 255 or 69.23% from 299); Max value from RGB is 207 - color contains mainly: blue. Hex color #3F1DCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1DCF is #C0E230. Grayscale: #3A3A3A. Windows color (decimal): -12640817 or 13573439. OLE color: 13573439.

HSL color Cylindrical-coordinate representation of color #3F1DCF: hue angle of 251.46º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F1DCF is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 29 207 -
CMYK 0.70 0.86 0 0.19
HSL 251.46º 0.75% 0.46% -
HSV(B) 251.46º 0.86% 0.81% -
XYZ 13.75 6.44 59.55 -
YUV 59.46 211.26 130.53 -
System Red Green Blue C M Y K H S L
Decimal 63 29 207 0.70 0.86 0 0.19 251.46 0.75 0.46
Hex 3F 1D CF 46 56 0 13 FB 4B 2E
Octal 77 35 317 106 126 0 23 373 113 56
Binary 111111 11101 11001111 1000110 1010110 0 10011 11111011 1001011 101110

Color Harmonies of #3F1DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1DCF

Black with #3F1DCF

Text Example


Text Example

White with #3F1DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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