Html Css Color HEX #5023BC Purple Heart

📋 copy color: '#5023BC'

red 80 ◦ green 35 ◦ blue 188

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

Shades of Purple Heart #5023BC

Tints of Purple Heart #5023BC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.55%

 BLUE value IS 188 (73.83% from 255) = 62.05%

R = 26.4%
G = 11.55%
B = 62.05%

CMYK

 C value IS 0.57

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5023BC (or 0x5023BC) is known color: Purple Heart. HEX triplet: 50, 23 and BC. RGB value is (80,35,188). Sum of RGB (Red+Green+Blue) = 80+35+188=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #5023BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5023BC is #AFDC43. Grayscale: #414141. Windows color (decimal): -11525188 or 12329808. OLE color: 12329808.

HSL color Cylindrical-coordinate representation of color #5023BC: hue angle of 257.65º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5023BC is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 35 188 -
CMYK 0.57 0.81 0 0.26
HSL 257.65º 0.69% 0.44% -
HSV(B) 257.65º 0.81% 0.74% -
XYZ 12.99 6.54 48.15 -
YUV 65.9 196.91 138.06 -
System Red Green Blue C M Y K H S L
Decimal 80 35 188 0.57 0.81 0 0.26 257.65 0.69 0.44
Hex 50 23 BC 39 51 0 1A 102 45 2C
Octal 120 43 274 71 121 0 32 402 105 54
Binary 1010000 100011 10111100 111001 1010001 0 11010 100000010 1000101 101100

Color Harmonies of #5023BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5023BC

Black with #5023BC

Text Example


Text Example

White with #5023BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5023BC; }

 p { color: rgb(80,35,188); }

 H1.HeaderClassName
 {
   color: #5023BC;
 }
 .AnyTagClassName
 {
   color: #5023BC;
 }
</style>

background-color css

<style>
 a { background-color: #5023BC; }

 a { background-color: rgb(80,35,188); }

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

border-color css

<style>
 span { border-color: #5023BC; }

 span { border-color: rgb(80,35,188); }

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