Html Css Color HEX #4B21CF Purple Heart

📋 copy color: '#4B21CF'

red 75 ◦ green 33 ◦ blue 207

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

Shades of Purple Heart #4B21CF

Tints of Purple Heart #4B21CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 65.71%

R = 23.81%
G = 10.48%
B = 65.71%

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

#4B21CF (or 0x4B21CF) is known color: Purple Heart. HEX triplet: 4B, 21 and CF. RGB value is (75,33,207). Sum of RGB (Red+Green+Blue) = 75+33+207=315 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.81% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 207 (81.25% from 255 or 65.71% from 315); Max value from RGB is 207 - color contains mainly: blue. Hex color #4B21CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B21CF is #B4DE30. Grayscale: #404040. Windows color (decimal): -11853361 or 13574475. OLE color: 13574475.

HSL color Cylindrical-coordinate representation of color #4B21CF: hue angle of 254.48º degrees, saturation: 0.73, 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 #4B21CF is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 33 207 -
CMYK 0.64 0.84 0 0.19
HSL 254.48º 0.73% 0.47% -
HSV(B) 254.48º 0.84% 0.81% -
XYZ 14.71 7.09 59.62 -
YUV 65.39 207.91 134.85 -
System Red Green Blue C M Y K H S L
Decimal 75 33 207 0.64 0.84 0 0.19 254.48 0.73 0.47
Hex 4B 21 CF 40 54 0 13 FE 48 2F
Octal 113 41 317 100 124 0 23 376 110 57
Binary 1001011 100001 11001111 1000000 1010100 0 10011 11111110 1001000 101111

Color Harmonies of #4B21CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B21CF

Black with #4B21CF

Text Example


Text Example

White with #4B21CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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