Html Css Color HEX #4F02BC Purple Heart

📋 copy color: '#4F02BC'

red 79 ◦ green 2 ◦ blue 188

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

Shades of Purple Heart #4F02BC

Tints of Purple Heart #4F02BC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

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

R = 29.37%
G = 0.74%
B = 69.89%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4F02BC (or 0x4F02BC) is known color: Purple Heart. HEX triplet: 4F, 02 and BC. RGB value is (79,2,188). Sum of RGB (Red+Green+Blue) = 79+2+188=269 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.37% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 188 (73.83% from 255 or 69.89% from 269); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F02BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F02BC is #B0FD43. Grayscale: #2D2D2D. Windows color (decimal): -11599172 or 12321359. OLE color: 12321359.

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

Color convert

RGB 79 2 188 -
CMYK 0.58 0.99 0 0.26
HSL 264.84º 0.98% 0.37% -
HSV(B) 264.84º 0.99% 0.74% -
XYZ 12.32 5.34 47.96 -
YUV 46.23 208.01 151.38 -
System Red Green Blue C M Y K H S L
Decimal 79 2 188 0.58 0.99 0 0.26 264.84 0.98 0.37
Hex 4F 2 BC 3A 63 0 1A 109 62 25
Octal 117 2 274 72 143 0 32 411 142 45
Binary 1001111 10 10111100 111010 1100011 0 11010 100001001 1100010 100101

Color Harmonies of #4F02BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F02BC

Black with #4F02BC

Text Example


Text Example

White with #4F02BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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