Html Css Color HEX #4F10CE Purple Heart

📋 copy color: '#4F10CE'

red 79 ◦ green 16 ◦ blue 206

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

Shades of Purple Heart #4F10CE

Tints of Purple Heart #4F10CE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.32%

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

R = 26.25%
G = 5.32%
B = 68.44%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4F10CE (or 0x4F10CE) is known color: Purple Heart. HEX triplet: 4F, 10 and CE. RGB value is (79,16,206). Sum of RGB (Red+Green+Blue) = 79+16+206=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 206 (80.86% from 255 or 68.44% from 301); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F10CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F10CE is #B0EF31. Grayscale: #373737. Windows color (decimal): -11595570 or 13504591. OLE color: 13504591.

HSL color Cylindrical-coordinate representation of color #4F10CE: hue angle of 259.89º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F10CE is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 79 16 206 -
CMYK 0.62 0.92 0 0.19
HSL 259.89º 0.86% 0.44% -
HSV(B) 259.89º 0.92% 0.81% -
XYZ 14.55 6.49 58.88 -
YUV 56.5 212.37 144.05 -
System Red Green Blue C M Y K H S L
Decimal 79 16 206 0.62 0.92 0 0.19 259.89 0.86 0.44
Hex 4F 10 CE 3E 5C 0 13 104 56 2C
Octal 117 20 316 76 134 0 23 404 126 54
Binary 1001111 10000 11001110 111110 1011100 0 10011 100000100 1010110 101100

Color Harmonies of #4F10CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F10CE

Black with #4F10CE

Text Example


Text Example

White with #4F10CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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