Html Css Color HEX #5C10AB Purple Heart

📋 copy color: '#5C10AB'

red 92 ◦ green 16 ◦ blue 171

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

Shades of Purple Heart #5C10AB

Tints of Purple Heart #5C10AB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.73%

 BLUE value IS 171 (67.19% from 255) = 61.29%

R = 32.97%
G = 5.73%
B = 61.29%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C10AB (or 0x5C10AB) is known color: Purple Heart. HEX triplet: 5C, 10 and AB. RGB value is (92,16,171). Sum of RGB (Red+Green+Blue) = 92+16+171=279 (36% of max value = 765). Red value is 92 (36.33% from 255 or 32.97% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C10AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C10AB is #A3EF54. Grayscale: #373737. Windows color (decimal): -10743637 or 11210844. OLE color: 11210844.

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

Color convert

RGB 92 16 171 -
CMYK 0.46 0.91 0 0.33
HSL 269.42º 0.83% 0.37% -
HSV(B) 269.42º 0.91% 0.67% -
XYZ 11.95 5.59 38.98 -
YUV 56.39 192.68 153.4 -
System Red Green Blue C M Y K H S L
Decimal 92 16 171 0.46 0.91 0 0.33 269.42 0.83 0.37
Hex 5C 10 AB 2E 5B 0 21 10D 53 25
Octal 134 20 253 56 133 0 41 415 123 45
Binary 1011100 10000 10101011 101110 1011011 0 100001 100001101 1010011 100101

Color Harmonies of #5C10AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C10AB

Black with #5C10AB

Text Example


Text Example

White with #5C10AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,16,171); }

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

background-color css

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

 a { background-color: rgb(92,16,171); }

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

border-color css

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

 span { border-color: rgb(92,16,171); }

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