Html Css Color HEX #5C25D5 Purple Heart

📋 copy color: '#5C25D5'

red 92 ◦ green 37 ◦ blue 213

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

Shades of Purple Heart #5C25D5

Tints of Purple Heart #5C25D5

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.82%

 BLUE value IS 213 (83.59% from 255) = 62.28%

R = 26.9%
G = 10.82%
B = 62.28%

CMYK

 C value IS 0.57

 M value IS 0.83

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5C25D5 (or 0x5C25D5) is known color: Purple Heart. HEX triplet: 5C, 25 and D5. RGB value is (92,37,213). Sum of RGB (Red+Green+Blue) = 92+37+213=342 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.90% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 213 (83.59% from 255 or 62.28% from 342); Max value from RGB is 213 - color contains mainly: blue. Hex color #5C25D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C25D5 is #A3DA2A. Grayscale: #484848. Windows color (decimal): -10738219 or 13968732. OLE color: 13968732.

HSL color Cylindrical-coordinate representation of color #5C25D5: hue angle of 258.75º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5C25D5 is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 92 37 213 -
CMYK 0.57 0.83 0 0.16
HSL 258.75º 0.7% 0.49% -
HSV(B) 258.75º 0.83% 0.84% -
XYZ 17.09 8.4 63.67 -
YUV 73.51 206.72 141.19 -
System Red Green Blue C M Y K H S L
Decimal 92 37 213 0.57 0.83 0 0.16 258.75 0.7 0.49
Hex 5C 25 D5 39 53 0 10 103 46 31
Octal 134 45 325 71 123 0 20 403 106 61
Binary 1011100 100101 11010101 111001 1010011 0 10000 100000011 1000110 110001

Color Harmonies of #5C25D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C25D5

Black with #5C25D5

Text Example


Text Example

White with #5C25D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,37,213); }

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

background-color css

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

 a { background-color: rgb(92,37,213); }

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

border-color css

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

 span { border-color: rgb(92,37,213); }

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