Html Css Color HEX #4B29CB Purple Heart

📋 copy color: '#4B29CB'

red 75 ◦ green 41 ◦ blue 203

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

Shades of Purple Heart #4B29CB

Tints of Purple Heart #4B29CB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.85%

 BLUE value IS 203 (79.69% from 255) = 63.64%

R = 23.51%
G = 12.85%
B = 63.64%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4B29CB (or 0x4B29CB) is known color: Purple Heart. HEX triplet: 4B, 29 and CB. RGB value is (75,41,203). Sum of RGB (Red+Green+Blue) = 75+41+203=319 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.51% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #4B29CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B29CB is #B4D634. Grayscale: #454545. Windows color (decimal): -11851317 or 13314379. OLE color: 13314379.

HSL color Cylindrical-coordinate representation of color #4B29CB: hue angle of 252.59º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B29CB is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 75 41 203 -
CMYK 0.63 0.80 0 0.20
HSL 252.59º 0.66% 0.48% -
HSV(B) 252.59º 0.8% 0.8% -
XYZ 14.47 7.39 57.16 -
YUV 69.63 203.26 131.83 -
System Red Green Blue C M Y K H S L
Decimal 75 41 203 0.63 0.80 0 0.20 252.59 0.66 0.48
Hex 4B 29 CB 3F 50 0 14 FD 42 30
Octal 113 51 313 77 120 0 24 375 102 60
Binary 1001011 101001 11001011 111111 1010000 0 10100 11111101 1000010 110000

Color Harmonies of #4B29CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B29CB

Black with #4B29CB

Text Example


Text Example

White with #4B29CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,41,203); }

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

background-color css

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

 a { background-color: rgb(75,41,203); }

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

border-color css

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

 span { border-color: rgb(75,41,203); }

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