Html Css Color HEX #5F14DA Purple Heart

📋 copy color: '#5F14DA'

red 95 ◦ green 20 ◦ blue 218

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

Shades of Purple Heart #5F14DA

Tints of Purple Heart #5F14DA

RGB

 RED value IS 95 (37.5% from 255) = 28.53%

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

 BLUE value IS 218 (85.55% from 255) = 65.47%

R = 28.53%
G = 6.01%
B = 65.47%

CMYK

 C value IS 0.56

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5F14DA (or 0x5F14DA) is known color: Purple Heart. HEX triplet: 5F, 14 and DA. RGB value is (95,20,218). Sum of RGB (Red+Green+Blue) = 95+20+218=333 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.53% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 218 (85.55% from 255 or 65.47% from 333); Max value from RGB is 218 - color contains mainly: blue. Hex color #5F14DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F14DA is #A0EB25. Grayscale: #404040. Windows color (decimal): -10545958 or 14292063. OLE color: 14292063.

HSL color Cylindrical-coordinate representation of color #5F14DA: hue angle of 262.73º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F14DA is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 95 20 218 -
CMYK 0.56 0.91 0 0.15
HSL 262.73º 0.83% 0.47% -
HSV(B) 262.73º 0.91% 0.85% -
XYZ 17.62 8 66.94 -
YUV 65 214.35 149.4 -
System Red Green Blue C M Y K H S L
Decimal 95 20 218 0.56 0.91 0 0.15 262.73 0.83 0.47
Hex 5F 14 DA 38 5B 0 F 107 53 2F
Octal 137 24 332 70 133 0 17 407 123 57
Binary 1011111 10100 11011010 111000 1011011 0 1111 100000111 1010011 101111

Color Harmonies of #5F14DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F14DA

Black with #5F14DA

Text Example


Text Example

White with #5F14DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,20,218); }

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

background-color css

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

 a { background-color: rgb(95,20,218); }

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

border-color css

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

 span { border-color: rgb(95,20,218); }

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