Html Css Color HEX #5D26DB Purple Heart

📋 copy color: '#5D26DB'

red 93 ◦ green 38 ◦ blue 219

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

Shades of Purple Heart #5D26DB

Tints of Purple Heart #5D26DB

RGB

 RED value IS 93 (36.72% from 255) = 26.57%

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

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

R = 26.57%
G = 10.86%
B = 62.57%

CMYK

 C value IS 0.58

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5D26DB (or 0x5D26DB) is known color: Purple Heart. HEX triplet: 5D, 26 and DB. RGB value is (93,38,219). Sum of RGB (Red+Green+Blue) = 93+38+219=350 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.57% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #5D26DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D26DB is #A2D924. Grayscale: #4A4A4A. Windows color (decimal): -10672421 or 14362205. OLE color: 14362205.

HSL color Cylindrical-coordinate representation of color #5D26DB: hue angle of 258.23º 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 #5D26DB is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 38 219 -
CMYK 0.58 0.83 0 0.14
HSL 258.23º 0.72% 0.5% -
HSV(B) 258.23º 0.83% 0.86% -
XYZ 17.99 8.83 67.77 -
YUV 75.08 209.22 140.78 -
System Red Green Blue C M Y K H S L
Decimal 93 38 219 0.58 0.83 0 0.14 258.23 0.72 0.5
Hex 5D 26 DB 3A 53 0 E 102 48 32
Octal 135 46 333 72 123 0 16 402 110 62
Binary 1011101 100110 11011011 111010 1010011 0 1110 100000010 1001000 110010

Color Harmonies of #5D26DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D26DB

Black with #5D26DB

Text Example


Text Example

White with #5D26DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D26DB; }

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

 H1.HeaderClassName
 {
   color: #5D26DB;
 }
 .AnyTagClassName
 {
   color: #5D26DB;
 }
</style>

background-color css

<style>
 a { background-color: #5D26DB; }

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

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

border-color css

<style>
 span { border-color: #5D26DB; }

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

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