Html Css Color HEX #5F3CDF Purple Heart

📋 copy color: '#5F3CDF'

red 95 ◦ green 60 ◦ blue 223

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

Shades of Purple Heart #5F3CDF

Tints of Purple Heart #5F3CDF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.87%

 BLUE value IS 223 (87.5% from 255) = 58.99%

R = 25.13%
G = 15.87%
B = 58.99%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5F3CDF (or 0x5F3CDF) is known color: Purple Heart. HEX triplet: 5F, 3C and DF. RGB value is (95,60,223). Sum of RGB (Red+Green+Blue) = 95+60+223=378 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.13% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #5F3CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3CDF is #A0C320. Grayscale: #585858. Windows color (decimal): -10535713 or 14629983. OLE color: 14629983.

HSL color Cylindrical-coordinate representation of color #5F3CDF: hue angle of 252.88º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5F3CDF is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 95 60 223 -
CMYK 0.57 0.73 0 0.13
HSL 252.88º 0.72% 0.55% -
HSV(B) 252.88º 0.73% 0.87% -
XYZ 19.65 10.99 70.9 -
YUV 89.05 203.6 132.25 -
System Red Green Blue C M Y K H S L
Decimal 95 60 223 0.57 0.73 0 0.13 252.88 0.72 0.55
Hex 5F 3C DF 39 49 0 D FD 48 37
Octal 137 74 337 71 111 0 15 375 110 67
Binary 1011111 111100 11011111 111001 1001001 0 1101 11111101 1001000 110111

Color Harmonies of #5F3CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3CDF

Black with #5F3CDF

Text Example


Text Example

White with #5F3CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,60,223); }

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

background-color css

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

 a { background-color: rgb(95,60,223); }

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

border-color css

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

 span { border-color: rgb(95,60,223); }

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