Html Css Color HEX #4F06BD Purple Heart

📋 copy color: '#4F06BD'

red 79 ◦ green 6 ◦ blue 189

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

Shades of Purple Heart #4F06BD

Tints of Purple Heart #4F06BD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.19%

 BLUE value IS 189 (74.22% from 255) = 68.98%

R = 28.83%
G = 2.19%
B = 68.98%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4F06BD (or 0x4F06BD) is known color: Purple Heart. HEX triplet: 4F, 06 and BD. RGB value is (79,6,189). Sum of RGB (Red+Green+Blue) = 79+6+189=274 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.83% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 189 (74.22% from 255 or 68.98% from 274); Max value from RGB is 189 - color contains mainly: blue. Hex color #4F06BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F06BD is #B0F942. Grayscale: #303030. Windows color (decimal): -11598147 or 12387919. OLE color: 12387919.

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

Color convert

RGB 79 6 189 -
CMYK 0.58 0.97 0 0.26
HSL 263.93º 0.94% 0.38% -
HSV(B) 263.93º 0.97% 0.74% -
XYZ 12.47 5.47 48.54 -
YUV 48.69 207.18 149.62 -
System Red Green Blue C M Y K H S L
Decimal 79 6 189 0.58 0.97 0 0.26 263.93 0.94 0.38
Hex 4F 6 BD 3A 61 0 1A 108 5E 26
Octal 117 6 275 72 141 0 32 410 136 46
Binary 1001111 110 10111101 111010 1100001 0 11010 100001000 1011110 100110

Color Harmonies of #4F06BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F06BD

Black with #4F06BD

Text Example


Text Example

White with #4F06BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,6,189); }

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

background-color css

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

 a { background-color: rgb(79,6,189); }

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

border-color css

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

 span { border-color: rgb(79,6,189); }

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