Html Css Color HEX #4F2ABC Purple Heart

📋 copy color: '#4F2ABC'

red 79 ◦ green 42 ◦ blue 188

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

Shades of Purple Heart #4F2ABC

Tints of Purple Heart #4F2ABC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.59%

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

R = 25.57%
G = 13.59%
B = 60.84%

CMYK

 C value IS 0.58

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4F2ABC (or 0x4F2ABC) is known color: Purple Heart. HEX triplet: 4F, 2A and BC. RGB value is (79,42,188). Sum of RGB (Red+Green+Blue) = 79+42+188=309 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.57% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F2ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F2ABC is #B0D543. Grayscale: #454545. Windows color (decimal): -11588932 or 12331599. OLE color: 12331599.

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

Color convert

RGB 79 42 188 -
CMYK 0.58 0.78 0 0.26
HSL 255.21º 0.63% 0.45% -
HSV(B) 255.21º 0.78% 0.74% -
XYZ 13.13 6.95 48.23 -
YUV 69.71 194.76 134.63 -
System Red Green Blue C M Y K H S L
Decimal 79 42 188 0.58 0.78 0 0.26 255.21 0.63 0.45
Hex 4F 2A BC 3A 4E 0 1A FF 3F 2D
Octal 117 52 274 72 116 0 32 377 77 55
Binary 1001111 101010 10111100 111010 1001110 0 11010 11111111 111111 101101

Color Harmonies of #4F2ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2ABC

Black with #4F2ABC

Text Example


Text Example

White with #4F2ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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