Html Css Color HEX #5023BB Purple Heart

📋 copy color: '#5023BB'

red 80 ◦ green 35 ◦ blue 187

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

Shades of Purple Heart #5023BB

Tints of Purple Heart #5023BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 61.92%

R = 26.49%
G = 11.59%
B = 61.92%

CMYK

 C value IS 0.57

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5023BB (or 0x5023BB) is known color: Purple Heart. HEX triplet: 50, 23 and BB. RGB value is (80,35,187). Sum of RGB (Red+Green+Blue) = 80+35+187=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #5023BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5023BB is #AFDC44. Grayscale: #414141. Windows color (decimal): -11525189 or 12264272. OLE color: 12264272.

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

Color convert

RGB 80 35 187 -
CMYK 0.57 0.81 0 0.27
HSL 257.76º 0.68% 0.44% -
HSV(B) 257.76º 0.81% 0.73% -
XYZ 12.88 6.5 47.59 -
YUV 65.78 196.41 138.14 -
System Red Green Blue C M Y K H S L
Decimal 80 35 187 0.57 0.81 0 0.27 257.76 0.68 0.44
Hex 50 23 BB 39 51 0 1B 102 44 2C
Octal 120 43 273 71 121 0 33 402 104 54
Binary 1010000 100011 10111011 111001 1010001 0 11011 100000010 1000100 101100

Color Harmonies of #5023BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5023BB

Black with #5023BB

Text Example


Text Example

White with #5023BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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