Html Css Color HEX #4F1BC6 Purple Heart

📋 copy color: '#4F1BC6'

red 79 ◦ green 27 ◦ blue 198

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

Shades of Purple Heart #4F1BC6

Tints of Purple Heart #4F1BC6

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.88%

 BLUE value IS 198 (77.73% from 255) = 65.13%

R = 25.99%
G = 8.88%
B = 65.13%

CMYK

 C value IS 0.60

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4F1BC6 (or 0x4F1BC6) is known color: Purple Heart. HEX triplet: 4F, 1B and C6. RGB value is (79,27,198). Sum of RGB (Red+Green+Blue) = 79+27+198=304 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.99% from 304); Green value is 27 (10.94% from 255 or 8.88% from 304); Blue value is 198 (77.73% from 255 or 65.13% from 304); Max value from RGB is 198 - color contains mainly: blue. Hex color #4F1BC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F1BC6 is #B0E439. Grayscale: #3D3D3D. Windows color (decimal): -11592762 or 12983119. OLE color: 12983119.

HSL color Cylindrical-coordinate representation of color #4F1BC6: hue angle of 258.25º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F1BC6 is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 79 27 198 -
CMYK 0.60 0.86 0 0.22
HSL 258.25º 0.76% 0.44% -
HSV(B) 258.25º 0.86% 0.78% -
XYZ 13.81 6.52 53.96 -
YUV 62.04 204.73 140.1 -
System Red Green Blue C M Y K H S L
Decimal 79 27 198 0.60 0.86 0 0.22 258.25 0.76 0.44
Hex 4F 1B C6 3C 56 0 16 102 4C 2C
Octal 117 33 306 74 126 0 26 402 114 54
Binary 1001111 11011 11000110 111100 1010110 0 10110 100000010 1001100 101100

Color Harmonies of #4F1BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1BC6

Black with #4F1BC6

Text Example


Text Example

White with #4F1BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,27,198); }

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

background-color css

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

 a { background-color: rgb(79,27,198); }

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

border-color css

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

 span { border-color: rgb(79,27,198); }

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