Html Css Color HEX #5C09AD Purple Heart

📋 copy color: '#5C09AD'

red 92 ◦ green 9 ◦ blue 173

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

Shades of Purple Heart #5C09AD

Tints of Purple Heart #5C09AD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.28%

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

R = 33.58%
G = 3.28%
B = 63.14%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5C09AD (or 0x5C09AD) is known color: Purple Heart. HEX triplet: 5C, 09 and AD. RGB value is (92,9,173). Sum of RGB (Red+Green+Blue) = 92+9+173=274 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.58% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 173 (67.97% from 255 or 63.14% from 274); Max value from RGB is 173 - color contains mainly: blue. Hex color #5C09AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C09AD is #A3F652. Grayscale: #333333. Windows color (decimal): -10745427 or 11340124. OLE color: 11340124.

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

Color convert

RGB 92 9 173 -
CMYK 0.47 0.95 0 0.32
HSL 270.37º 0.9% 0.36% -
HSV(B) 270.37º 0.95% 0.68% -
XYZ 12.05 5.49 39.96 -
YUV 52.51 196 156.16 -
System Red Green Blue C M Y K H S L
Decimal 92 9 173 0.47 0.95 0 0.32 270.37 0.9 0.36
Hex 5C 9 AD 2F 5F 0 20 10E 5A 24
Octal 134 11 255 57 137 0 40 416 132 44
Binary 1011100 1001 10101101 101111 1011111 0 100000 100001110 1011010 100100

Color Harmonies of #5C09AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C09AD

Black with #5C09AD

Text Example


Text Example

White with #5C09AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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