Html Css Color HEX #4F3ABA Purple Heart

📋 copy color: '#4F3ABA'

red 79 ◦ green 58 ◦ blue 186

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

Shades of Purple Heart #4F3ABA

Tints of Purple Heart #4F3ABA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.96%

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

R = 24.46%
G = 17.96%
B = 57.59%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4F3ABA (or 0x4F3ABA) is known color: Purple Heart. HEX triplet: 4F, 3A and BA. RGB value is (79,58,186). Sum of RGB (Red+Green+Blue) = 79+58+186=323 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.46% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F3ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F3ABA is #B0C545. Grayscale: #4E4E4E. Windows color (decimal): -11584838 or 12204623. OLE color: 12204623.

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

Color convert

RGB 79 58 186 -
CMYK 0.58 0.69 0 0.27
HSL 249.84º 0.52% 0.48% -
HSV(B) 249.84º 0.69% 0.73% -
XYZ 13.6 8.23 47.33 -
YUV 78.87 188.46 128.09 -
System Red Green Blue C M Y K H S L
Decimal 79 58 186 0.58 0.69 0 0.27 249.84 0.52 0.48
Hex 4F 3A BA 3A 45 0 1B FA 34 30
Octal 117 72 272 72 105 0 33 372 64 60
Binary 1001111 111010 10111010 111010 1000101 0 11011 11111010 110100 110000

Color Harmonies of #4F3ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3ABA

Black with #4F3ABA

Text Example


Text Example

White with #4F3ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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