Html Css Color HEX #5021CF Purple Heart

📋 copy color: '#5021CF'

red 80 ◦ green 33 ◦ blue 207

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

Shades of Purple Heart #5021CF

Tints of Purple Heart #5021CF

RGB

 RED value IS 80 (31.64% from 255) = 25%

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

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

R = 25%
G = 10.31%
B = 64.69%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5021CF (or 0x5021CF) is known color: Purple Heart. HEX triplet: 50, 21 and CF. RGB value is (80,33,207). Sum of RGB (Red+Green+Blue) = 80+33+207=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #5021CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5021CF is #AFDE30. Grayscale: #424242. Windows color (decimal): -11525681 or 13574480. OLE color: 13574480.

HSL color Cylindrical-coordinate representation of color #5021CF: hue angle of 256.21º 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 #5021CF is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 33 207 -
CMYK 0.61 0.84 0 0.19
HSL 256.21º 0.73% 0.47% -
HSV(B) 256.21º 0.84% 0.81% -
XYZ 15.11 7.3 59.64 -
YUV 66.89 207.07 137.35 -
System Red Green Blue C M Y K H S L
Decimal 80 33 207 0.61 0.84 0 0.19 256.21 0.73 0.47
Hex 50 21 CF 3D 54 0 13 100 48 2F
Octal 120 41 317 75 124 0 23 400 110 57
Binary 1010000 100001 11001111 111101 1010100 0 10011 100000000 1001000 101111

Color Harmonies of #5021CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5021CF

Black with #5021CF

Text Example


Text Example

White with #5021CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5021CF; }

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

 H1.HeaderClassName
 {
   color: #5021CF;
 }
 .AnyTagClassName
 {
   color: #5021CF;
 }
</style>

background-color css

<style>
 a { background-color: #5021CF; }

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

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

border-color css

<style>
 span { border-color: #5021CF; }

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

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