Html Css Color HEX #5D1FC4 Purple Heart

📋 copy color: '#5D1FC4'

red 93 ◦ green 31 ◦ blue 196

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

Shades of Purple Heart #5D1FC4

Tints of Purple Heart #5D1FC4

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.69%

 BLUE value IS 196 (76.95% from 255) = 61.25%

R = 29.06%
G = 9.69%
B = 61.25%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#5D1FC4 (or 0x5D1FC4) is known color: Purple Heart. HEX triplet: 5D, 1F and C4. RGB value is (93,31,196). Sum of RGB (Red+Green+Blue) = 93+31+196=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 31 (12.5% from 255 or 9.69% from 320); Blue value is 196 (76.95% from 255 or 61.25% from 320); Max value from RGB is 196 - color contains mainly: blue. Hex color #5D1FC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D1FC4 is #A2E03B. Grayscale: #434343. Windows color (decimal): -10674236 or 12853085. OLE color: 12853085.

HSL color Cylindrical-coordinate representation of color #5D1FC4: hue angle of 262.55º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5D1FC4 is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 93 31 196 -
CMYK 0.53 0.84 0 0.23
HSL 262.55º 0.73% 0.45% -
HSV(B) 262.55º 0.84% 0.77% -
XYZ 14.97 7.29 52.84 -
YUV 68.35 200.04 145.58 -
System Red Green Blue C M Y K H S L
Decimal 93 31 196 0.53 0.84 0 0.23 262.55 0.73 0.45
Hex 5D 1F C4 35 54 0 17 107 49 2D
Octal 135 37 304 65 124 0 27 407 111 55
Binary 1011101 11111 11000100 110101 1010100 0 10111 100000111 1001001 101101

Color Harmonies of #5D1FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1FC4

Black with #5D1FC4

Text Example


Text Example

White with #5D1FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,31,196); }

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

background-color css

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

 a { background-color: rgb(93,31,196); }

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

border-color css

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

 span { border-color: rgb(93,31,196); }

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