Html Css Color HEX #5C3AAF Purple Heart

📋 copy color: '#5C3AAF'

red 92 ◦ green 58 ◦ blue 175

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

Shades of Purple Heart #5C3AAF

Tints of Purple Heart #5C3AAF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.85%

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

R = 28.31%
G = 17.85%
B = 53.85%

CMYK

 C value IS 0.47

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5C3AAF (or 0x5C3AAF) is known color: Purple Heart. HEX triplet: 5C, 3A and AF. RGB value is (92,58,175). Sum of RGB (Red+Green+Blue) = 92+58+175=325 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.31% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #5C3AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3AAF is #A3C550. Grayscale: #515151. Windows color (decimal): -10732881 or 11483740. OLE color: 11483740.

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

Color convert

RGB 92 58 175 -
CMYK 0.47 0.67 0 0.31
HSL 257.44º 0.5% 0.46% -
HSV(B) 257.44º 0.67% 0.69% -
XYZ 13.66 8.4 41.46 -
YUV 81.5 180.76 135.49 -
System Red Green Blue C M Y K H S L
Decimal 92 58 175 0.47 0.67 0 0.31 257.44 0.5 0.46
Hex 5C 3A AF 2F 43 0 1F 101 32 2E
Octal 134 72 257 57 103 0 37 401 62 56
Binary 1011100 111010 10101111 101111 1000011 0 11111 100000001 110010 101110

Color Harmonies of #5C3AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3AAF

Black with #5C3AAF

Text Example


Text Example

White with #5C3AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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