Html Css Color HEX #5D18CF Purple Heart

📋 copy color: '#5D18CF'

red 93 ◦ green 24 ◦ blue 207

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

Shades of Purple Heart #5D18CF

Tints of Purple Heart #5D18CF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.41%

 BLUE value IS 207 (81.25% from 255) = 63.89%

R = 28.7%
G = 7.41%
B = 63.89%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5D18CF (or 0x5D18CF) is known color: Purple Heart. HEX triplet: 5D, 18 and CF. RGB value is (93,24,207). Sum of RGB (Red+Green+Blue) = 93+24+207=324 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.70% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #5D18CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D18CF is #A2E730. Grayscale: #404040. Windows color (decimal): -10676017 or 13572189. OLE color: 13572189.

HSL color Cylindrical-coordinate representation of color #5D18CF: hue angle of 262.62º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D18CF is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 24 207 -
CMYK 0.55 0.88 0 0.19
HSL 262.62º 0.79% 0.45% -
HSV(B) 262.62º 0.88% 0.81% -
XYZ 16.1 7.49 59.63 -
YUV 65.49 207.86 147.62 -
System Red Green Blue C M Y K H S L
Decimal 93 24 207 0.55 0.88 0 0.19 262.62 0.79 0.45
Hex 5D 18 CF 37 58 0 13 107 4F 2D
Octal 135 30 317 67 130 0 23 407 117 55
Binary 1011101 11000 11001111 110111 1011000 0 10011 100000111 1001111 101101

Color Harmonies of #5D18CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D18CF

Black with #5D18CF

Text Example


Text Example

White with #5D18CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,24,207); }

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

background-color css

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

 a { background-color: rgb(93,24,207); }

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

border-color css

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

 span { border-color: rgb(93,24,207); }

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