Html Css Color HEX #5D26CD Purple Heart

📋 copy color: '#5D26CD'

red 93 ◦ green 38 ◦ blue 205

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

Shades of Purple Heart #5D26CD

Tints of Purple Heart #5D26CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.01%

R = 27.68%
G = 11.31%
B = 61.01%

CMYK

 C value IS 0.55

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5D26CD (or 0x5D26CD) is known color: Purple Heart. HEX triplet: 5D, 26 and CD. RGB value is (93,38,205). Sum of RGB (Red+Green+Blue) = 93+38+205=336 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.68% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D26CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D26CD is #A2D932. Grayscale: #484848. Windows color (decimal): -10672435 or 13444701. OLE color: 13444701.

HSL color Cylindrical-coordinate representation of color #5D26CD: hue angle of 259.76º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D26CD is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 38 205 -
CMYK 0.55 0.81 0 0.20
HSL 259.76º 0.69% 0.48% -
HSV(B) 259.76º 0.81% 0.8% -
XYZ 16.23 8.12 58.47 -
YUV 73.48 202.22 141.92 -
System Red Green Blue C M Y K H S L
Decimal 93 38 205 0.55 0.81 0 0.20 259.76 0.69 0.48
Hex 5D 26 CD 37 51 0 14 104 45 30
Octal 135 46 315 67 121 0 24 404 105 60
Binary 1011101 100110 11001101 110111 1010001 0 10100 100000100 1000101 110000

Color Harmonies of #5D26CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D26CD

Black with #5D26CD

Text Example


Text Example

White with #5D26CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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