Html Css Color HEX #5C1CAF Purple Heart

📋 copy color: '#5C1CAF'

red 92 ◦ green 28 ◦ blue 175

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

Shades of Purple Heart #5C1CAF

Tints of Purple Heart #5C1CAF

RGB

 RED value IS 92 (36.33% from 255) = 31.19%

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

 BLUE value IS 175 (68.75% from 255) = 59.32%

R = 31.19%
G = 9.49%
B = 59.32%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5C1CAF (or 0x5C1CAF) is known color: Purple Heart. HEX triplet: 5C, 1C and AF. RGB value is (92,28,175). Sum of RGB (Red+Green+Blue) = 92+28+175=295 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.19% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 175 (68.75% from 255 or 59.32% from 295); Max value from RGB is 175 - color contains mainly: blue. Hex color #5C1CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C1CAF is #A3E350. Grayscale: #3F3F3F. Windows color (decimal): -10740561 or 11476060. OLE color: 11476060.

HSL color Cylindrical-coordinate representation of color #5C1CAF: hue angle of 266.12º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C1CAF is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 92 28 175 -
CMYK 0.47 0.84 0 0.31
HSL 266.12º 0.72% 0.4% -
HSV(B) 266.12º 0.84% 0.69% -
XYZ 12.57 6.2 41.09 -
YUV 63.89 190.7 148.05 -
System Red Green Blue C M Y K H S L
Decimal 92 28 175 0.47 0.84 0 0.31 266.12 0.72 0.4
Hex 5C 1C AF 2F 54 0 1F 10A 48 28
Octal 134 34 257 57 124 0 37 412 110 50
Binary 1011100 11100 10101111 101111 1010100 0 11111 100001010 1001000 101000

Color Harmonies of #5C1CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1CAF

Black with #5C1CAF

Text Example


Text Example

White with #5C1CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,28,175); }

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

background-color css

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

 a { background-color: rgb(92,28,175); }

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

border-color css

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

 span { border-color: rgb(92,28,175); }

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