Html Css Color HEX #3F1EC4 Purple Heart

📋 copy color: '#3F1EC4'

red 63 ◦ green 30 ◦ blue 196

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

Shades of Purple Heart #3F1EC4

Tints of Purple Heart #3F1EC4

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.38%

 BLUE value IS 196 (76.95% from 255) = 67.82%

R = 21.8%
G = 10.38%
B = 67.82%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#3F1EC4 (or 0x3F1EC4) is known color: Purple Heart. HEX triplet: 3F, 1E and C4. RGB value is (63,30,196). Sum of RGB (Red+Green+Blue) = 63+30+196=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 196 (76.95% from 255 or 67.82% from 289); Max value from RGB is 196 - color contains mainly: blue. Hex color #3F1EC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1EC4 is #C0E13B. Grayscale: #3A3A3A. Windows color (decimal): -12640572 or 12852799. OLE color: 12852799.

HSL color Cylindrical-coordinate representation of color #3F1EC4: hue angle of 251.93º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3F1EC4 is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 63 30 196 -
CMYK 0.68 0.85 0 0.23
HSL 251.93º 0.73% 0.44% -
HSV(B) 251.93º 0.85% 0.77% -
XYZ 12.48 5.97 52.72 -
YUV 58.79 205.43 131 -
System Red Green Blue C M Y K H S L
Decimal 63 30 196 0.68 0.85 0 0.23 251.93 0.73 0.44
Hex 3F 1E C4 44 55 0 17 FC 49 2C
Octal 77 36 304 104 125 0 27 374 111 54
Binary 111111 11110 11000100 1000100 1010101 0 10111 11111100 1001001 101100

Color Harmonies of #3F1EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1EC4

Black with #3F1EC4

Text Example


Text Example

White with #3F1EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,30,196); }

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

background-color css

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

 a { background-color: rgb(63,30,196); }

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

border-color css

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

 span { border-color: rgb(63,30,196); }

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