Html Css Color HEX #4F16BC Purple Heart

📋 copy color: '#4F16BC'

red 79 ◦ green 22 ◦ blue 188

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

Shades of Purple Heart #4F16BC

Tints of Purple Heart #4F16BC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.61%

 BLUE value IS 188 (73.83% from 255) = 65.05%

R = 27.34%
G = 7.61%
B = 65.05%

CMYK

 C value IS 0.58

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4F16BC (or 0x4F16BC) is known color: Purple Heart. HEX triplet: 4F, 16 and BC. RGB value is (79,22,188). Sum of RGB (Red+Green+Blue) = 79+22+188=289 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.34% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F16BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F16BC is #B0E943. Grayscale: #393939. Windows color (decimal): -11594052 or 12326479. OLE color: 12326479.

HSL color Cylindrical-coordinate representation of color #4F16BC: hue angle of 260.6º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4F16BC is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 79 22 188 -
CMYK 0.58 0.88 0 0.26
HSL 260.6º 0.79% 0.41% -
HSV(B) 260.6º 0.88% 0.74% -
XYZ 12.59 5.87 48.05 -
YUV 57.97 201.38 143 -
System Red Green Blue C M Y K H S L
Decimal 79 22 188 0.58 0.88 0 0.26 260.6 0.79 0.41
Hex 4F 16 BC 3A 58 0 1A 105 4F 29
Octal 117 26 274 72 130 0 32 405 117 51
Binary 1001111 10110 10111100 111010 1011000 0 11010 100000101 1001111 101001

Color Harmonies of #4F16BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F16BC

Black with #4F16BC

Text Example


Text Example

White with #4F16BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,22,188); }

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

background-color css

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

 a { background-color: rgb(79,22,188); }

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

border-color css

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

 span { border-color: rgb(79,22,188); }

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