Html Css Color HEX #5D07AC Purple Heart

📋 copy color: '#5D07AC'

red 93 ◦ green 7 ◦ blue 172

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

Shades of Purple Heart #5D07AC

Tints of Purple Heart #5D07AC

RGB

 RED value IS 93 (36.72% from 255) = 34.19%

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

 BLUE value IS 172 (67.58% from 255) = 63.24%

R = 34.19%
G = 2.57%
B = 63.24%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D07AC (or 0x5D07AC) is known color: Purple Heart. HEX triplet: 5D, 07 and AC. RGB value is (93,7,172). Sum of RGB (Red+Green+Blue) = 93+7+172=272 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.19% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #5D07AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D07AC is #A2F853. Grayscale: #323232. Windows color (decimal): -10680404 or 11274077. OLE color: 11274077.

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

Color convert

RGB 93 7 172 -
CMYK 0.46 0.96 0 0.33
HSL 271.27º 0.92% 0.35% -
HSV(B) 271.27º 0.96% 0.67% -
XYZ 12.04 5.46 39.45 -
YUV 51.52 195.99 157.58 -
System Red Green Blue C M Y K H S L
Decimal 93 7 172 0.46 0.96 0 0.33 271.27 0.92 0.35
Hex 5D 7 AC 2E 60 0 21 10F 5C 23
Octal 135 7 254 56 140 0 41 417 134 43
Binary 1011101 111 10101100 101110 1100000 0 100001 100001111 1011100 100011

Color Harmonies of #5D07AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D07AC

Black with #5D07AC

Text Example


Text Example

White with #5D07AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,7,172); }

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

background-color css

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

 a { background-color: rgb(93,7,172); }

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

border-color css

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

 span { border-color: rgb(93,7,172); }

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