Html Css Color HEX #5F1CCD Purple Heart

📋 copy color: '#5F1CCD'

red 95 ◦ green 28 ◦ blue 205

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

Shades of Purple Heart #5F1CCD

Tints of Purple Heart #5F1CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.54%

 BLUE value IS 205 (80.47% from 255) = 62.5%

R = 28.96%
G = 8.54%
B = 62.5%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5F1CCD (or 0x5F1CCD) is known color: Purple Heart. HEX triplet: 5F, 1C and CD. RGB value is (95,28,205). Sum of RGB (Red+Green+Blue) = 95+28+205=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 28 (11.33% from 255 or 8.54% from 328); Blue value is 205 (80.47% from 255 or 62.5% from 328); Max value from RGB is 205 - color contains mainly: blue. Hex color #5F1CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F1CCD is #A0E332. Grayscale: #434343. Windows color (decimal): -10543923 or 13442143. OLE color: 13442143.

HSL color Cylindrical-coordinate representation of color #5F1CCD: hue angle of 262.71º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F1CCD is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 95 28 205 -
CMYK 0.54 0.86 0 0.20
HSL 262.71º 0.76% 0.46% -
HSV(B) 262.71º 0.86% 0.8% -
XYZ 16.15 7.67 58.39 -
YUV 68.21 205.2 147.11 -
System Red Green Blue C M Y K H S L
Decimal 95 28 205 0.54 0.86 0 0.20 262.71 0.76 0.46
Hex 5F 1C CD 36 56 0 14 107 4C 2E
Octal 137 34 315 66 126 0 24 407 114 56
Binary 1011111 11100 11001101 110110 1010110 0 10100 100000111 1001100 101110

Color Harmonies of #5F1CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1CCD

Black with #5F1CCD

Text Example


Text Example

White with #5F1CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,28,205); }

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

background-color css

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

 a { background-color: rgb(95,28,205); }

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

border-color css

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

 span { border-color: rgb(95,28,205); }

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