Html Css Color HEX #5F3CDE Purple Heart

📋 copy color: '#5F3CDE'

red 95 ◦ green 60 ◦ blue 222

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

Shades of Purple Heart #5F3CDE

Tints of Purple Heart #5F3CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.89%

R = 25.2%
G = 15.92%
B = 58.89%

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

#5F3CDE (or 0x5F3CDE) is known color: Purple Heart. HEX triplet: 5F, 3C and DE. RGB value is (95,60,222). Sum of RGB (Red+Green+Blue) = 95+60+222=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #5F3CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3CDE is #A0C321. Grayscale: #585858. Windows color (decimal): -10535714 or 14564447. OLE color: 14564447.

HSL color Cylindrical-coordinate representation of color #5F3CDE: hue angle of 252.96º degrees, saturation: 0.71, 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 #5F3CDE is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 95 60 222 -
CMYK 0.57 0.73 0 0.13
HSL 252.96º 0.71% 0.55% -
HSV(B) 252.96º 0.73% 0.87% -
XYZ 19.52 10.94 70.19 -
YUV 88.93 203.1 132.33 -
System Red Green Blue C M Y K H S L
Decimal 95 60 222 0.57 0.73 0 0.13 252.96 0.71 0.55
Hex 5F 3C DE 39 49 0 D FD 47 37
Octal 137 74 336 71 111 0 15 375 107 67
Binary 1011111 111100 11011110 111001 1001001 0 1101 11111101 1000111 110111

Color Harmonies of #5F3CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3CDE

Black with #5F3CDE

Text Example


Text Example

White with #5F3CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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