Html Css Color HEX #4F03BC Purple Heart

📋 copy color: '#4F03BC'

red 79 ◦ green 3 ◦ blue 188

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

Shades of Purple Heart #4F03BC

Tints of Purple Heart #4F03BC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

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

R = 29.26%
G = 1.11%
B = 69.63%

CMYK

 C value IS 0.58

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4F03BC (or 0x4F03BC) is known color: Purple Heart. HEX triplet: 4F, 03 and BC. RGB value is (79,3,188). Sum of RGB (Red+Green+Blue) = 79+3+188=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F03BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F03BC is #B0FC43. Grayscale: #2E2E2E. Windows color (decimal): -11598916 or 12321615. OLE color: 12321615.

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

Color convert

RGB 79 3 188 -
CMYK 0.58 0.98 0 0.26
HSL 264.65º 0.97% 0.37% -
HSV(B) 264.65º 0.98% 0.74% -
XYZ 12.33 5.36 47.96 -
YUV 46.81 207.68 150.96 -
System Red Green Blue C M Y K H S L
Decimal 79 3 188 0.58 0.98 0 0.26 264.65 0.97 0.37
Hex 4F 3 BC 3A 62 0 1A 109 61 25
Octal 117 3 274 72 142 0 32 411 141 45
Binary 1001111 11 10111100 111010 1100010 0 11010 100001001 1100001 100101

Color Harmonies of #4F03BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F03BC

Black with #4F03BC

Text Example


Text Example

White with #4F03BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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