Html Css Color HEX #4F1FCE Purple Heart

📋 copy color: '#4F1FCE'

red 79 ◦ green 31 ◦ blue 206

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

Shades of Purple Heart #4F1FCE

Tints of Purple Heart #4F1FCE

RGB

 RED value IS 79 (31.25% from 255) = 25%

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

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

R = 25%
G = 9.81%
B = 65.19%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4F1FCE (or 0x4F1FCE) is known color: Purple Heart. HEX triplet: 4F, 1F and CE. RGB value is (79,31,206). Sum of RGB (Red+Green+Blue) = 79+31+206=316 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25% from 316); Green value is 31 (12.5% from 255 or 9.81% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F1FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F1FCE is #B0E031. Grayscale: #404040. Windows color (decimal): -11591730 or 13508431. OLE color: 13508431.

HSL color Cylindrical-coordinate representation of color #4F1FCE: hue angle of 256.46º 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 #4F1FCE is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 79 31 206 -
CMYK 0.62 0.85 0 0.19
HSL 256.46º 0.74% 0.46% -
HSV(B) 256.46º 0.85% 0.81% -
XYZ 14.86 7.1 58.98 -
YUV 65.3 207.4 137.77 -
System Red Green Blue C M Y K H S L
Decimal 79 31 206 0.62 0.85 0 0.19 256.46 0.74 0.46
Hex 4F 1F CE 3E 55 0 13 100 4A 2E
Octal 117 37 316 76 125 0 23 400 112 56
Binary 1001111 11111 11001110 111110 1010101 0 10011 100000000 1001010 101110

Color Harmonies of #4F1FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1FCE

Black with #4F1FCE

Text Example


Text Example

White with #4F1FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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