Html Css Color HEX #4F00C1 Purple Heart

📋 copy color: '#4F00C1'

red 79 ◦ green 0 ◦ blue 193

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

Shades of Purple Heart #4F00C1

Tints of Purple Heart #4F00C1

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 193 (75.78% from 255) = 70.96%

R = 29.04%
G = 0%
B = 70.96%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4F00C1 (or 0x4F00C1) is known color: Purple Heart. HEX triplet: 4F, 00 and C1. RGB value is (79,0,193). Sum of RGB (Red+Green+Blue) = 79+0+193=272 (36% of max value = 765). Red value is 79 (31.25% from 255 or 29.04% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 193 (75.78% from 255 or 70.96% from 272); Max value from RGB is 193 - color contains mainly: blue. Hex color #4F00C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F00C1 is #B0FF3E. Grayscale: #2C2C2C. Windows color (decimal): -11599679 or 12648527. OLE color: 12648527.

HSL color Cylindrical-coordinate representation of color #4F00C1: hue angle of 264.56º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F00C1 is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 79 0 193 -
CMYK 0.59 1 0 0.24
HSL 264.56º 1% 0.38% -
HSV(B) 264.56º 1% 0.76% -
XYZ 12.85 5.51 50.84 -
YUV 45.62 211.17 151.81 -
System Red Green Blue C M Y K H S L
Decimal 79 0 193 0.59 1 0 0.24 264.56 1 0.38
Hex 4F 0 C1 3B 64 0 18 109 64 26
Octal 117 0 301 73 144 0 30 411 144 46
Binary 1001111 0 11000001 111011 1100100 0 11000 100001001 1100100 100110

Color Harmonies of #4F00C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F00C1

Black with #4F00C1

Text Example


Text Example

White with #4F00C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,0,193); }

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

background-color css

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

 a { background-color: rgb(79,0,193); }

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

border-color css

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

 span { border-color: rgb(79,0,193); }

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