Html Css Color HEX #4F25BB Purple Heart

📋 copy color: '#4F25BB'

red 79 ◦ green 37 ◦ blue 187

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

Shades of Purple Heart #4F25BB

Tints of Purple Heart #4F25BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 61.72%

R = 26.07%
G = 12.21%
B = 61.72%

CMYK

 C value IS 0.58

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4F25BB (or 0x4F25BB) is known color: Purple Heart. HEX triplet: 4F, 25 and BB. RGB value is (79,37,187). Sum of RGB (Red+Green+Blue) = 79+37+187=303 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.07% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 187 (73.44% from 255 or 61.72% from 303); Max value from RGB is 187 - color contains mainly: blue. Hex color #4F25BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F25BB is #B0DA44. Grayscale: #424242. Windows color (decimal): -11590213 or 12264783. OLE color: 12264783.

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

Color convert

RGB 79 37 187 -
CMYK 0.58 0.80 0 0.27
HSL 256.8º 0.67% 0.44% -
HSV(B) 256.8º 0.8% 0.73% -
XYZ 12.86 6.57 47.6 -
YUV 66.66 195.91 136.8 -
System Red Green Blue C M Y K H S L
Decimal 79 37 187 0.58 0.80 0 0.27 256.8 0.67 0.44
Hex 4F 25 BB 3A 50 0 1B 101 43 2C
Octal 117 45 273 72 120 0 33 401 103 54
Binary 1001111 100101 10111011 111010 1010000 0 11011 100000001 1000011 101100

Color Harmonies of #4F25BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F25BB

Black with #4F25BB

Text Example


Text Example

White with #4F25BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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