Html Css Color HEX #4B26BF Purple Heart

📋 copy color: '#4B26BF'

red 75 ◦ green 38 ◦ blue 191

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

Shades of Purple Heart #4B26BF

Tints of Purple Heart #4B26BF

RGB

 RED value IS 75 (29.69% from 255) = 24.67%

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

 BLUE value IS 191 (75% from 255) = 62.83%

R = 24.67%
G = 12.5%
B = 62.83%

CMYK

 C value IS 0.61

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4B26BF (or 0x4B26BF) is known color: Purple Heart. HEX triplet: 4B, 26 and BF. RGB value is (75,38,191). Sum of RGB (Red+Green+Blue) = 75+38+191=304 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.67% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 191 (75% from 255 or 62.83% from 304); Max value from RGB is 191 - color contains mainly: blue. Hex color #4B26BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B26BF is #B4D940. Grayscale: #414141. Windows color (decimal): -11852097 or 12527179. OLE color: 12527179.

HSL color Cylindrical-coordinate representation of color #4B26BF: hue angle of 254.51º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B26BF is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 75 38 191 -
CMYK 0.61 0.80 0 0.25
HSL 254.51º 0.67% 0.45% -
HSV(B) 254.51º 0.8% 0.75% -
XYZ 13 6.64 49.89 -
YUV 66.51 198.26 134.06 -
System Red Green Blue C M Y K H S L
Decimal 75 38 191 0.61 0.80 0 0.25 254.51 0.67 0.45
Hex 4B 26 BF 3D 50 0 19 FF 43 2D
Octal 113 46 277 75 120 0 31 377 103 55
Binary 1001011 100110 10111111 111101 1010000 0 11001 11111111 1000011 101101

Color Harmonies of #4B26BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B26BF

Black with #4B26BF

Text Example


Text Example

White with #4B26BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,38,191); }

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

background-color css

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

 a { background-color: rgb(75,38,191); }

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

border-color css

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

 span { border-color: rgb(75,38,191); }

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