Html Css Color HEX #4F00B6 Purple Heart

📋 copy color: '#4F00B6'

red 79 ◦ green 0 ◦ blue 182

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

Shades of Purple Heart #4F00B6

Tints of Purple Heart #4F00B6

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 182 (71.48% from 255) = 69.73%

R = 30.27%
G = 0%
B = 69.73%

CMYK

 C value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4F00B6 (or 0x4F00B6) is known color: Purple Heart. HEX triplet: 4F, 00 and B6. RGB value is (79,0,182). Sum of RGB (Red+Green+Blue) = 79+0+182=261 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.27% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 182 (71.48% from 255 or 69.73% from 261); Max value from RGB is 182 - color contains mainly: blue. Hex color #4F00B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F00B6 is #B0FF49. Grayscale: #2B2B2B. Windows color (decimal): -11599690 or 11927631. OLE color: 11927631.

HSL color Cylindrical-coordinate representation of color #4F00B6: hue angle of 266.04º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F00B6 is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 79 0 182 -
CMYK 0.57 1 0 0.29
HSL 266.04º 1% 0.36% -
HSV(B) 266.04º 1% 0.71% -
XYZ 11.67 5.04 44.61 -
YUV 44.37 205.67 152.7 -
System Red Green Blue C M Y K H S L
Decimal 79 0 182 0.57 1 0 0.29 266.04 1 0.36
Hex 4F 0 B6 39 64 0 1D 10A 64 24
Octal 117 0 266 71 144 0 35 412 144 44
Binary 1001111 0 10110110 111001 1100100 0 11101 100001010 1100100 100100

Color Harmonies of #4F00B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F00B6

Black with #4F00B6

Text Example


Text Example

White with #4F00B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,0,182); }

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

background-color css

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

 a { background-color: rgb(79,0,182); }

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

border-color css

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

 span { border-color: rgb(79,0,182); }

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