Html Css Color HEX #4F02BA Purple Heart

📋 copy color: '#4F02BA'

red 79 ◦ green 2 ◦ blue 186

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

Shades of Purple Heart #4F02BA

Tints of Purple Heart #4F02BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 69.66%

R = 29.59%
G = 0.75%
B = 69.66%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4F02BA (or 0x4F02BA) is known color: Purple Heart. HEX triplet: 4F, 02 and BA. RGB value is (79,2,186). Sum of RGB (Red+Green+Blue) = 79+2+186=267 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.59% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 186 (73.05% from 255 or 69.66% from 267); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F02BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F02BA is #B0FD45. Grayscale: #2D2D2D. Windows color (decimal): -11599174 or 12190287. OLE color: 12190287.

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

Color convert

RGB 79 2 186 -
CMYK 0.58 0.99 0 0.27
HSL 265.11º 0.98% 0.37% -
HSV(B) 265.11º 0.99% 0.73% -
XYZ 12.11 5.25 46.83 -
YUV 46 207.01 151.54 -
System Red Green Blue C M Y K H S L
Decimal 79 2 186 0.58 0.99 0 0.27 265.11 0.98 0.37
Hex 4F 2 BA 3A 63 0 1B 109 62 25
Octal 117 2 272 72 143 0 33 411 142 45
Binary 1001111 10 10111010 111010 1100011 0 11011 100001001 1100010 100101

Color Harmonies of #4F02BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F02BA

Black with #4F02BA

Text Example


Text Example

White with #4F02BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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