Html Css Color HEX #3F1FCE Purple Heart

📋 copy color: '#3F1FCE'

red 63 ◦ green 31 ◦ blue 206

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

Shades of Purple Heart #3F1FCE

Tints of Purple Heart #3F1FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.67%

R = 21%
G = 10.33%
B = 68.67%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F1FCE (or 0x3F1FCE) is known color: Purple Heart. HEX triplet: 3F, 1F and CE. RGB value is (63,31,206). Sum of RGB (Red+Green+Blue) = 63+31+206=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 206 (80.86% from 255 or 68.67% from 300); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F1FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1FCE is #C0E031. Grayscale: #3B3B3B. Windows color (decimal): -12640306 or 13508415. OLE color: 13508415.

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

Color convert

RGB 63 31 206 -
CMYK 0.69 0.85 0 0.19
HSL 250.97º 0.74% 0.46% -
HSV(B) 250.97º 0.85% 0.81% -
XYZ 13.68 6.49 58.92 -
YUV 60.52 210.1 129.77 -
System Red Green Blue C M Y K H S L
Decimal 63 31 206 0.69 0.85 0 0.19 250.97 0.74 0.46
Hex 3F 1F CE 45 55 0 13 FB 4A 2E
Octal 77 37 316 105 125 0 23 373 112 56
Binary 111111 11111 11001110 1000101 1010101 0 10011 11111011 1001010 101110

Color Harmonies of #3F1FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1FCE

Black with #3F1FCE

Text Example


Text Example

White with #3F1FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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