Html Css Color HEX #4F10AD Purple Heart

📋 copy color: '#4F10AD'

red 79 ◦ green 16 ◦ blue 173

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

Shades of Purple Heart #4F10AD

Tints of Purple Heart #4F10AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 64.55%

R = 29.48%
G = 5.97%
B = 64.55%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4F10AD (or 0x4F10AD) is known color: Purple Heart. HEX triplet: 4F, 10 and AD. RGB value is (79,16,173). Sum of RGB (Red+Green+Blue) = 79+16+173=268 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.48% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F10AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F10AD is #B0EF52. Grayscale: #343434. Windows color (decimal): -11595603 or 11341903. OLE color: 11341903.

HSL color Cylindrical-coordinate representation of color #4F10AD: hue angle of 264.08º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F10AD is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 79 16 173 -
CMYK 0.54 0.91 0 0.32
HSL 264.08º 0.83% 0.37% -
HSV(B) 264.08º 0.91% 0.68% -
XYZ 10.95 5.05 39.93 -
YUV 52.74 195.87 146.73 -
System Red Green Blue C M Y K H S L
Decimal 79 16 173 0.54 0.91 0 0.32 264.08 0.83 0.37
Hex 4F 10 AD 36 5B 0 20 108 53 25
Octal 117 20 255 66 133 0 40 410 123 45
Binary 1001111 10000 10101101 110110 1011011 0 100000 100001000 1010011 100101

Color Harmonies of #4F10AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F10AD

Black with #4F10AD

Text Example


Text Example

White with #4F10AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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