Html Css Color HEX #5026CE Purple Heart

📋 copy color: '#5026CE'

red 80 ◦ green 38 ◦ blue 206

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

Shades of Purple Heart #5026CE

Tints of Purple Heart #5026CE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.73%

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

R = 24.69%
G = 11.73%
B = 63.58%

CMYK

 C value IS 0.61

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5026CE (or 0x5026CE) is known color: Purple Heart. HEX triplet: 50, 26 and CE. RGB value is (80,38,206). Sum of RGB (Red+Green+Blue) = 80+38+206=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #5026CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5026CE is #AFD931. Grayscale: #454545. Windows color (decimal): -11524402 or 13510224. OLE color: 13510224.

HSL color Cylindrical-coordinate representation of color #5026CE: hue angle of 255º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5026CE is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 38 206 -
CMYK 0.61 0.82 0 0.19
HSL 255º 0.69% 0.48% -
HSV(B) 255º 0.82% 0.81% -
XYZ 15.14 7.55 59.05 -
YUV 69.71 204.91 135.34 -
System Red Green Blue C M Y K H S L
Decimal 80 38 206 0.61 0.82 0 0.19 255 0.69 0.48
Hex 50 26 CE 3D 52 0 13 FF 45 30
Octal 120 46 316 75 122 0 23 377 105 60
Binary 1010000 100110 11001110 111101 1010010 0 10011 11111111 1000101 110000

Color Harmonies of #5026CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5026CE

Black with #5026CE

Text Example


Text Example

White with #5026CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5026CE; }

 p { color: rgb(80,38,206); }

 H1.HeaderClassName
 {
   color: #5026CE;
 }
 .AnyTagClassName
 {
   color: #5026CE;
 }
</style>

background-color css

<style>
 a { background-color: #5026CE; }

 a { background-color: rgb(80,38,206); }

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

border-color css

<style>
 span { border-color: #5026CE; }

 span { border-color: rgb(80,38,206); }

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