Html Css Color HEX #4B2DD7 Purple Heart

📋 copy color: '#4B2DD7'

red 75 ◦ green 45 ◦ blue 215

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

Shades of Purple Heart #4B2DD7

Tints of Purple Heart #4B2DD7

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.43%

 BLUE value IS 215 (84.38% from 255) = 64.18%

R = 22.39%
G = 13.43%
B = 64.18%

CMYK

 C value IS 0.65

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4B2DD7 (or 0x4B2DD7) is known color: Purple Heart. HEX triplet: 4B, 2D and D7. RGB value is (75,45,215). Sum of RGB (Red+Green+Blue) = 75+45+215=335 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.39% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 215 (84.38% from 255 or 64.18% from 335); Max value from RGB is 215 - color contains mainly: blue. Hex color #4B2DD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2DD7 is #B4D228. Grayscale: #484848. Windows color (decimal): -11850281 or 14101835. OLE color: 14101835.

HSL color Cylindrical-coordinate representation of color #4B2DD7: hue angle of 250.59º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B2DD7 is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 75 45 215 -
CMYK 0.65 0.79 0 0.16
HSL 250.59º 0.68% 0.51% -
HSV(B) 250.59º 0.79% 0.84% -
XYZ 16.11 8.28 65.04 -
YUV 73.35 207.94 129.18 -
System Red Green Blue C M Y K H S L
Decimal 75 45 215 0.65 0.79 0 0.16 250.59 0.68 0.51
Hex 4B 2D D7 41 4F 0 10 FB 44 33
Octal 113 55 327 101 117 0 20 373 104 63
Binary 1001011 101101 11010111 1000001 1001111 0 10000 11111011 1000100 110011

Color Harmonies of #4B2DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2DD7

Black with #4B2DD7

Text Example


Text Example

White with #4B2DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,45,215); }

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

background-color css

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

 a { background-color: rgb(75,45,215); }

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

border-color css

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

 span { border-color: rgb(75,45,215); }

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