Html Css Color HEX #4F26BB Purple Heart

📋 copy color: '#4F26BB'

red 79 ◦ green 38 ◦ blue 187

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

Shades of Purple Heart #4F26BB

Tints of Purple Heart #4F26BB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.5%

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

R = 25.99%
G = 12.5%
B = 61.51%

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

#4F26BB (or 0x4F26BB) is known color: Purple Heart. HEX triplet: 4F, 26 and BB. RGB value is (79,38,187). Sum of RGB (Red+Green+Blue) = 79+38+187=304 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.99% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 187 (73.44% from 255 or 61.51% from 304); Max value from RGB is 187 - color contains mainly: blue. Hex color #4F26BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F26BB is #B0D944. Grayscale: #424242. Windows color (decimal): -11589957 or 12265039. OLE color: 12265039.

HSL color Cylindrical-coordinate representation of color #4F26BB: hue angle of 256.51º degrees, saturation: 0.66, 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 #4F26BB is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 79 38 187 -
CMYK 0.58 0.80 0 0.27
HSL 256.51º 0.66% 0.44% -
HSV(B) 256.51º 0.8% 0.73% -
XYZ 12.89 6.64 47.62 -
YUV 67.25 195.58 136.38 -
System Red Green Blue C M Y K H S L
Decimal 79 38 187 0.58 0.80 0 0.27 256.51 0.66 0.44
Hex 4F 26 BB 3A 50 0 1B 101 42 2C
Octal 117 46 273 72 120 0 33 401 102 54
Binary 1001111 100110 10111011 111010 1010000 0 11011 100000001 1000010 101100

Color Harmonies of #4F26BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F26BB

Black with #4F26BB

Text Example


Text Example

White with #4F26BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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