Html Css Color HEX #5C2ACA Purple Heart

📋 copy color: '#5C2ACA'

red 92 ◦ green 42 ◦ blue 202

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

Shades of Purple Heart #5C2ACA

Tints of Purple Heart #5C2ACA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.5%

 BLUE value IS 202 (79.3% from 255) = 60.12%

R = 27.38%
G = 12.5%
B = 60.12%

CMYK

 C value IS 0.54

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5C2ACA (or 0x5C2ACA) is known color: Purple Heart. HEX triplet: 5C, 2A and CA. RGB value is (92,42,202). Sum of RGB (Red+Green+Blue) = 92+42+202=336 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.38% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 202 (79.30% from 255 or 60.12% from 336); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C2ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C2ACA is #A3D535. Grayscale: #4A4A4A. Windows color (decimal): -10736950 or 13249116. OLE color: 13249116.

HSL color Cylindrical-coordinate representation of color #5C2ACA: hue angle of 258.75º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5C2ACA is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 92 42 202 -
CMYK 0.54 0.79 0 0.21
HSL 258.75º 0.66% 0.48% -
HSV(B) 258.75º 0.79% 0.79% -
XYZ 15.9 8.2 56.62 -
YUV 75.19 199.57 139.99 -
System Red Green Blue C M Y K H S L
Decimal 92 42 202 0.54 0.79 0 0.21 258.75 0.66 0.48
Hex 5C 2A CA 36 4F 0 15 103 42 30
Octal 134 52 312 66 117 0 25 403 102 60
Binary 1011100 101010 11001010 110110 1001111 0 10101 100000011 1000010 110000

Color Harmonies of #5C2ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C2ACA

Black with #5C2ACA

Text Example


Text Example

White with #5C2ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,42,202); }

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

background-color css

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

 a { background-color: rgb(92,42,202); }

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

border-color css

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

 span { border-color: rgb(92,42,202); }

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