Html Css Color HEX #5F14C0 Purple Heart

📋 copy color: '#5F14C0'

red 95 ◦ green 20 ◦ blue 192

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

Shades of Purple Heart #5F14C0

Tints of Purple Heart #5F14C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 62.54%

R = 30.94%
G = 6.51%
B = 62.54%

CMYK

 C value IS 0.51

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5F14C0 (or 0x5F14C0) is known color: Purple Heart. HEX triplet: 5F, 14 and C0. RGB value is (95,20,192). Sum of RGB (Red+Green+Blue) = 95+20+192=307 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.94% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 192 (75.39% from 255 or 62.54% from 307); Max value from RGB is 192 - color contains mainly: blue. Hex color #5F14C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F14C0 is #A0EB3F. Grayscale: #3D3D3D. Windows color (decimal): -10545984 or 12588127. OLE color: 12588127.

HSL color Cylindrical-coordinate representation of color #5F14C0: hue angle of 266.16º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5F14C0 is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 95 20 192 -
CMYK 0.51 0.90 0 0.25
HSL 266.16º 0.81% 0.42% -
HSV(B) 266.16º 0.9% 0.75% -
XYZ 14.48 6.74 50.41 -
YUV 62.03 201.35 151.51 -
System Red Green Blue C M Y K H S L
Decimal 95 20 192 0.51 0.90 0 0.25 266.16 0.81 0.42
Hex 5F 14 C0 33 5A 0 19 10A 51 2A
Octal 137 24 300 63 132 0 31 412 121 52
Binary 1011111 10100 11000000 110011 1011010 0 11001 100001010 1010001 101010

Color Harmonies of #5F14C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F14C0

Black with #5F14C0

Text Example


Text Example

White with #5F14C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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