Html Css Color HEX #4D26BB Purple Heart

📋 copy color: '#4D26BB'

red 77 ◦ green 38 ◦ blue 187

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

Shades of Purple Heart #4D26BB

Tints of Purple Heart #4D26BB

RGB

 RED value IS 77 (30.47% from 255) = 25.5%

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

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

R = 25.5%
G = 12.58%
B = 61.92%

CMYK

 C value IS 0.59

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4D26BB (or 0x4D26BB) is known color: Purple Heart. HEX triplet: 4D, 26 and BB. RGB value is (77,38,187). Sum of RGB (Red+Green+Blue) = 77+38+187=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #4D26BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D26BB is #B2D944. Grayscale: #424242. Windows color (decimal): -11721029 or 12265037. OLE color: 12265037.

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

Color convert

RGB 77 38 187 -
CMYK 0.59 0.80 0 0.27
HSL 255.7º 0.66% 0.44% -
HSV(B) 255.7º 0.8% 0.73% -
XYZ 12.72 6.55 47.61 -
YUV 66.65 195.92 135.38 -
System Red Green Blue C M Y K H S L
Decimal 77 38 187 0.59 0.80 0 0.27 255.7 0.66 0.44
Hex 4D 26 BB 3B 50 0 1B 100 42 2C
Octal 115 46 273 73 120 0 33 400 102 54
Binary 1001101 100110 10111011 111011 1010000 0 11011 100000000 1000010 101100

Color Harmonies of #4D26BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D26BB

Black with #4D26BB

Text Example


Text Example

White with #4D26BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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