Html Css Color HEX #4B2BC3 Purple Heart

📋 copy color: '#4B2BC3'

red 75 ◦ green 43 ◦ blue 195

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

Shades of Purple Heart #4B2BC3

Tints of Purple Heart #4B2BC3

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.74%

 BLUE value IS 195 (76.56% from 255) = 62.3%

R = 23.96%
G = 13.74%
B = 62.3%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4B2BC3 (or 0x4B2BC3) is known color: Purple Heart. HEX triplet: 4B, 2B and C3. RGB value is (75,43,195). Sum of RGB (Red+Green+Blue) = 75+43+195=313 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.96% from 313); Green value is 43 (17.19% from 255 or 13.74% from 313); Blue value is 195 (76.56% from 255 or 62.30% from 313); Max value from RGB is 195 - color contains mainly: blue. Hex color #4B2BC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2BC3 is #B4D43C. Grayscale: #454545. Windows color (decimal): -11850813 or 12790603. OLE color: 12790603.

HSL color Cylindrical-coordinate representation of color #4B2BC3: hue angle of 252.63º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4B2BC3 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 75 43 195 -
CMYK 0.62 0.78 0 0.24
HSL 252.63º 0.64% 0.47% -
HSV(B) 252.63º 0.78% 0.76% -
XYZ 13.62 7.16 52.29 -
YUV 69.9 198.6 131.64 -
System Red Green Blue C M Y K H S L
Decimal 75 43 195 0.62 0.78 0 0.24 252.63 0.64 0.47
Hex 4B 2B C3 3E 4E 0 18 FD 40 2F
Octal 113 53 303 76 116 0 30 375 100 57
Binary 1001011 101011 11000011 111110 1001110 0 11000 11111101 1000000 101111

Color Harmonies of #4B2BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2BC3

Black with #4B2BC3

Text Example


Text Example

White with #4B2BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,43,195); }

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

background-color css

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

 a { background-color: rgb(75,43,195); }

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

border-color css

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

 span { border-color: rgb(75,43,195); }

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