Html Css Color HEX #5F3CCD Purple Heart

📋 copy color: '#5F3CCD'

red 95 ◦ green 60 ◦ blue 205

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

Shades of Purple Heart #5F3CCD

Tints of Purple Heart #5F3CCD

RGB

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

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

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

R = 26.39%
G = 16.67%
B = 56.94%

CMYK

 C value IS 0.54

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5F3CCD (or 0x5F3CCD) is known color: Purple Heart. HEX triplet: 5F, 3C and CD. RGB value is (95,60,205). Sum of RGB (Red+Green+Blue) = 95+60+205=360 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.39% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #5F3CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3CCD is #A0C332. Grayscale: #565656. Windows color (decimal): -10535731 or 13450335. OLE color: 13450335.

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

Color convert

RGB 95 60 205 -
CMYK 0.54 0.71 0 0.20
HSL 254.48º 0.59% 0.52% -
HSV(B) 254.48º 0.71% 0.8% -
XYZ 17.35 10.07 58.79 -
YUV 87 194.6 133.71 -
System Red Green Blue C M Y K H S L
Decimal 95 60 205 0.54 0.71 0 0.20 254.48 0.59 0.52
Hex 5F 3C CD 36 47 0 14 FE 3B 34
Octal 137 74 315 66 107 0 24 376 73 64
Binary 1011111 111100 11001101 110110 1000111 0 10100 11111110 111011 110100

Color Harmonies of #5F3CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3CCD

Black with #5F3CCD

Text Example


Text Example

White with #5F3CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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