Html Css Color HEX #3F1FCF Purple Heart

📋 copy color: '#3F1FCF'

red 63 ◦ green 31 ◦ blue 207

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

Shades of Purple Heart #3F1FCF

Tints of Purple Heart #3F1FCF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.3%

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

R = 20.93%
G = 10.3%
B = 68.77%

CMYK

 C value IS 0.70

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F1FCF (or 0x3F1FCF) is known color: Purple Heart. HEX triplet: 3F, 1F and CF. RGB value is (63,31,207). Sum of RGB (Red+Green+Blue) = 63+31+207=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 207 (81.25% from 255 or 68.77% from 301); Max value from RGB is 207 - color contains mainly: blue. Hex color #3F1FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1FCF is #C0E030. Grayscale: #3B3B3B. Windows color (decimal): -12640305 or 13573951. OLE color: 13573951.

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

Color convert

RGB 63 31 207 -
CMYK 0.70 0.85 0 0.19
HSL 250.91º 0.74% 0.47% -
HSV(B) 250.91º 0.85% 0.81% -
XYZ 13.8 6.54 59.57 -
YUV 60.63 210.6 129.69 -
System Red Green Blue C M Y K H S L
Decimal 63 31 207 0.70 0.85 0 0.19 250.91 0.74 0.47
Hex 3F 1F CF 46 55 0 13 FB 4A 2F
Octal 77 37 317 106 125 0 23 373 112 57
Binary 111111 11111 11001111 1000110 1010101 0 10011 11111011 1001010 101111

Color Harmonies of #3F1FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1FCF

Black with #3F1FCF

Text Example


Text Example

White with #3F1FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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