Html Css Color HEX #5C07AD Purple Heart

📋 copy color: '#5C07AD'

red 92 ◦ green 7 ◦ blue 173

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

Shades of Purple Heart #5C07AD

Tints of Purple Heart #5C07AD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.57%

 BLUE value IS 173 (67.97% from 255) = 63.6%

R = 33.82%
G = 2.57%
B = 63.6%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5C07AD (or 0x5C07AD) is known color: Purple Heart. HEX triplet: 5C, 07 and AD. RGB value is (92,7,173). Sum of RGB (Red+Green+Blue) = 92+7+173=272 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.82% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 173 (67.97% from 255 or 63.60% from 272); Max value from RGB is 173 - color contains mainly: blue. Hex color #5C07AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C07AD is #A3F852. Grayscale: #323232. Windows color (decimal): -10745939 or 11339612. OLE color: 11339612.

HSL color Cylindrical-coordinate representation of color #5C07AD: hue angle of 270.72º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C07AD is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 92 7 173 -
CMYK 0.47 0.96 0 0.32
HSL 270.72º 0.92% 0.35% -
HSV(B) 270.72º 0.96% 0.68% -
XYZ 12.03 5.44 39.95 -
YUV 51.34 196.66 157 -
System Red Green Blue C M Y K H S L
Decimal 92 7 173 0.47 0.96 0 0.32 270.72 0.92 0.35
Hex 5C 7 AD 2F 60 0 20 10F 5C 23
Octal 134 7 255 57 140 0 40 417 134 43
Binary 1011100 111 10101101 101111 1100000 0 100000 100001111 1011100 100011

Color Harmonies of #5C07AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C07AD

Black with #5C07AD

Text Example


Text Example

White with #5C07AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,7,173); }

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

background-color css

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

 a { background-color: rgb(92,7,173); }

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

border-color css

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

 span { border-color: rgb(92,7,173); }

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