Html Css Color HEX #5D24BF Purple Heart

📋 copy color: '#5D24BF'

red 93 ◦ green 36 ◦ blue 191

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

Shades of Purple Heart #5D24BF

Tints of Purple Heart #5D24BF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.25%

 BLUE value IS 191 (75% from 255) = 59.69%

R = 29.06%
G = 11.25%
B = 59.69%

CMYK

 C value IS 0.51

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5D24BF (or 0x5D24BF) is known color: Purple Heart. HEX triplet: 5D, 24 and BF. RGB value is (93,36,191). Sum of RGB (Red+Green+Blue) = 93+36+191=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #5D24BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D24BF is #A2DB40. Grayscale: #464646. Windows color (decimal): -10672961 or 12526685. OLE color: 12526685.

HSL color Cylindrical-coordinate representation of color #5D24BF: hue angle of 262.06º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D24BF is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 93 36 191 -
CMYK 0.51 0.81 0 0.25
HSL 262.06º 0.68% 0.45% -
HSV(B) 262.06º 0.81% 0.75% -
XYZ 14.55 7.35 49.94 -
YUV 70.71 195.88 143.9 -
System Red Green Blue C M Y K H S L
Decimal 93 36 191 0.51 0.81 0 0.25 262.06 0.68 0.45
Hex 5D 24 BF 33 51 0 19 106 44 2D
Octal 135 44 277 63 121 0 31 406 104 55
Binary 1011101 100100 10111111 110011 1010001 0 11001 100000110 1000100 101101

Color Harmonies of #5D24BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D24BF

Black with #5D24BF

Text Example


Text Example

White with #5D24BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,36,191); }

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

background-color css

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

 a { background-color: rgb(93,36,191); }

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

border-color css

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

 span { border-color: rgb(93,36,191); }

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