Html Css Color HEX #4D26BA Purple Heart

📋 copy color: '#4D26BA'

red 77 ◦ green 38 ◦ blue 186

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

Shades of Purple Heart #4D26BA

Tints of Purple Heart #4D26BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 61.79%

R = 25.58%
G = 12.62%
B = 61.79%

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

#4D26BA (or 0x4D26BA) is known color: Purple Heart. HEX triplet: 4D, 26 and BA. RGB value is (77,38,186). Sum of RGB (Red+Green+Blue) = 77+38+186=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D26BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D26BA is #B2D945. Grayscale: #414141. Windows color (decimal): -11721030 or 12199501. OLE color: 12199501.

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

Color convert

RGB 77 38 186 -
CMYK 0.59 0.80 0 0.27
HSL 255.81º 0.66% 0.44% -
HSV(B) 255.81º 0.8% 0.73% -
XYZ 12.62 6.51 47.05 -
YUV 66.53 195.42 135.47 -
System Red Green Blue C M Y K H S L
Decimal 77 38 186 0.59 0.80 0 0.27 255.81 0.66 0.44
Hex 4D 26 BA 3B 50 0 1B 100 42 2C
Octal 115 46 272 73 120 0 33 400 102 54
Binary 1001101 100110 10111010 111011 1010000 0 11011 100000000 1000010 101100

Color Harmonies of #4D26BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D26BA

Black with #4D26BA

Text Example


Text Example

White with #4D26BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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