Html Css Color HEX #4B21CE Purple Heart

📋 copy color: '#4B21CE'

red 75 ◦ green 33 ◦ blue 206

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

Shades of Purple Heart #4B21CE

Tints of Purple Heart #4B21CE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.51%

 BLUE value IS 206 (80.86% from 255) = 65.61%

R = 23.89%
G = 10.51%
B = 65.61%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4B21CE (or 0x4B21CE) is known color: Purple Heart. HEX triplet: 4B, 21 and CE. RGB value is (75,33,206). Sum of RGB (Red+Green+Blue) = 75+33+206=314 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.89% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B21CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B21CE is #B4DE31. Grayscale: #404040. Windows color (decimal): -11853362 or 13508939. OLE color: 13508939.

HSL color Cylindrical-coordinate representation of color #4B21CE: hue angle of 254.57º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B21CE is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 33 206 -
CMYK 0.64 0.84 0 0.19
HSL 254.57º 0.72% 0.47% -
HSV(B) 254.57º 0.84% 0.81% -
XYZ 14.59 7.04 58.98 -
YUV 65.28 207.41 134.93 -
System Red Green Blue C M Y K H S L
Decimal 75 33 206 0.64 0.84 0 0.19 254.57 0.72 0.47
Hex 4B 21 CE 40 54 0 13 FF 48 2F
Octal 113 41 316 100 124 0 23 377 110 57
Binary 1001011 100001 11001110 1000000 1010100 0 10011 11111111 1001000 101111

Color Harmonies of #4B21CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B21CE

Black with #4B21CE

Text Example


Text Example

White with #4B21CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,33,206); }

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

background-color css

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

 a { background-color: rgb(75,33,206); }

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

border-color css

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

 span { border-color: rgb(75,33,206); }

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