Html Css Color HEX #4F25BC Purple Heart

📋 copy color: '#4F25BC'

red 79 ◦ green 37 ◦ blue 188

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

Shades of Purple Heart #4F25BC

Tints of Purple Heart #4F25BC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.17%

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

R = 25.99%
G = 12.17%
B = 61.84%

CMYK

 C value IS 0.58

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4F25BC (or 0x4F25BC) is known color: Purple Heart. HEX triplet: 4F, 25 and BC. RGB value is (79,37,188). Sum of RGB (Red+Green+Blue) = 79+37+188=304 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.99% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F25BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F25BC is #B0DA43. Grayscale: #424242. Windows color (decimal): -11590212 or 12330319. OLE color: 12330319.

HSL color Cylindrical-coordinate representation of color #4F25BC: hue angle of 256.69º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F25BC is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 79 37 188 -
CMYK 0.58 0.80 0 0.26
HSL 256.69º 0.67% 0.44% -
HSV(B) 256.69º 0.8% 0.74% -
XYZ 12.96 6.62 48.17 -
YUV 66.77 196.41 136.72 -
System Red Green Blue C M Y K H S L
Decimal 79 37 188 0.58 0.80 0 0.26 256.69 0.67 0.44
Hex 4F 25 BC 3A 50 0 1A 101 43 2C
Octal 117 45 274 72 120 0 32 401 103 54
Binary 1001111 100101 10111100 111010 1010000 0 11010 100000001 1000011 101100

Color Harmonies of #4F25BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F25BC

Black with #4F25BC

Text Example


Text Example

White with #4F25BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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