Html Css Color HEX #5F1CCC Purple Heart

📋 copy color: '#5F1CCC'

red 95 ◦ green 28 ◦ blue 204

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

Shades of Purple Heart #5F1CCC

Tints of Purple Heart #5F1CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 62.39%

R = 29.05%
G = 8.56%
B = 62.39%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5F1CCC (or 0x5F1CCC) is known color: Purple Heart. HEX triplet: 5F, 1C and CC. RGB value is (95,28,204). Sum of RGB (Red+Green+Blue) = 95+28+204=327 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.05% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 204 (80.08% from 255 or 62.39% from 327); Max value from RGB is 204 - color contains mainly: blue. Hex color #5F1CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F1CCC is #A0E333. Grayscale: #434343. Windows color (decimal): -10543924 or 13376607. OLE color: 13376607.

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

Color convert

RGB 95 28 204 -
CMYK 0.53 0.86 0 0.2
HSL 262.84º 0.76% 0.45% -
HSV(B) 262.84º 0.86% 0.8% -
XYZ 16.03 7.62 57.75 -
YUV 68.1 204.7 147.19 -
System Red Green Blue C M Y K H S L
Decimal 95 28 204 0.53 0.86 0 0.2 262.84 0.76 0.45
Hex 5F 1C CC 35 56 0 14 107 4C 2D
Octal 137 34 314 65 126 0 24 407 114 55
Binary 1011111 11100 11001100 110101 1010110 0 10100 100000111 1001100 101101

Color Harmonies of #5F1CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1CCC

Black with #5F1CCC

Text Example


Text Example

White with #5F1CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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