Html Css Color HEX #5D14CF Purple Heart

📋 copy color: '#5D14CF'

red 93 ◦ green 20 ◦ blue 207

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

Shades of Purple Heart #5D14CF

Tints of Purple Heart #5D14CF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.25%

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

R = 29.06%
G = 6.25%
B = 64.69%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5D14CF (or 0x5D14CF) is known color: Purple Heart. HEX triplet: 5D, 14 and CF. RGB value is (93,20,207). Sum of RGB (Red+Green+Blue) = 93+20+207=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #5D14CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D14CF is #A2EB30. Grayscale: #3E3E3E. Windows color (decimal): -10677041 or 13571165. OLE color: 13571165.

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

Color convert

RGB 93 20 207 -
CMYK 0.55 0.90 0 0.19
HSL 263.42º 0.82% 0.45% -
HSV(B) 263.42º 0.9% 0.81% -
XYZ 16.03 7.33 59.6 -
YUV 63.15 209.18 149.29 -
System Red Green Blue C M Y K H S L
Decimal 93 20 207 0.55 0.90 0 0.19 263.42 0.82 0.45
Hex 5D 14 CF 37 5A 0 13 107 52 2D
Octal 135 24 317 67 132 0 23 407 122 55
Binary 1011101 10100 11001111 110111 1011010 0 10011 100000111 1010010 101101

Color Harmonies of #5D14CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D14CF

Black with #5D14CF

Text Example


Text Example

White with #5D14CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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