Html Css Color HEX #5D40CF Purple Heart

📋 copy color: '#5D40CF'

red 93 ◦ green 64 ◦ blue 207

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

Shades of Purple Heart #5D40CF

Tints of Purple Heart #5D40CF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.58%

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

R = 25.55%
G = 17.58%
B = 56.87%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5D40CF (or 0x5D40CF) is known color: Purple Heart. HEX triplet: 5D, 40 and CF. RGB value is (93,64,207). Sum of RGB (Red+Green+Blue) = 93+64+207=364 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.55% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #5D40CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D40CF is #A2BF30. Grayscale: #585858. Windows color (decimal): -10665777 or 13582429. OLE color: 13582429.

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

Color convert

RGB 93 64 207 -
CMYK 0.55 0.69 0 0.19
HSL 252.17º 0.6% 0.53% -
HSV(B) 252.17º 0.69% 0.81% -
XYZ 17.61 10.5 60.13 -
YUV 88.97 194.61 130.87 -
System Red Green Blue C M Y K H S L
Decimal 93 64 207 0.55 0.69 0 0.19 252.17 0.6 0.53
Hex 5D 40 CF 37 45 0 13 FC 3C 35
Octal 135 100 317 67 105 0 23 374 74 65
Binary 1011101 1000000 11001111 110111 1000101 0 10011 11111100 111100 110101

Color Harmonies of #5D40CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D40CF

Black with #5D40CF

Text Example


Text Example

White with #5D40CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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