Html Css Color HEX #5826DB Purple Heart

📋 copy color: '#5826DB'

red 88 ◦ green 38 ◦ blue 219

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

Shades of Purple Heart #5826DB

Tints of Purple Heart #5826DB

RGB

 RED value IS 88 (34.77% from 255) = 25.51%

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

 BLUE value IS 219 (85.94% from 255) = 63.48%

R = 25.51%
G = 11.01%
B = 63.48%

CMYK

 C value IS 0.60

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5826DB (or 0x5826DB) is known color: Purple Heart. HEX triplet: 58, 26 and DB. RGB value is (88,38,219). Sum of RGB (Red+Green+Blue) = 88+38+219=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #5826DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5826DB is #A7D924. Grayscale: #484848. Windows color (decimal): -11000101 or 14362200. OLE color: 14362200.

HSL color Cylindrical-coordinate representation of color #5826DB: hue angle of 256.57º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5826DB is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 38 219 -
CMYK 0.60 0.83 0 0.14
HSL 256.57º 0.72% 0.5% -
HSV(B) 256.57º 0.83% 0.86% -
XYZ 17.5 8.58 67.75 -
YUV 73.58 210.07 138.28 -
System Red Green Blue C M Y K H S L
Decimal 88 38 219 0.60 0.83 0 0.14 256.57 0.72 0.5
Hex 58 26 DB 3C 53 0 E 101 48 32
Octal 130 46 333 74 123 0 16 401 110 62
Binary 1011000 100110 11011011 111100 1010011 0 1110 100000001 1001000 110010

Color Harmonies of #5826DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5826DB

Black with #5826DB

Text Example


Text Example

White with #5826DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5826DB; }

 p { color: rgb(88,38,219); }

 H1.HeaderClassName
 {
   color: #5826DB;
 }
 .AnyTagClassName
 {
   color: #5826DB;
 }
</style>

background-color css

<style>
 a { background-color: #5826DB; }

 a { background-color: rgb(88,38,219); }

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

border-color css

<style>
 span { border-color: #5826DB; }

 span { border-color: rgb(88,38,219); }

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