Html Css Color HEX #5D34CA Purple Heart

📋 copy color: '#5D34CA'

red 93 ◦ green 52 ◦ blue 202

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

Shades of Purple Heart #5D34CA

Tints of Purple Heart #5D34CA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.99%

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

R = 26.8%
G = 14.99%
B = 58.21%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5D34CA (or 0x5D34CA) is known color: Purple Heart. HEX triplet: 5D, 34 and CA. RGB value is (93,52,202). Sum of RGB (Red+Green+Blue) = 93+52+202=347 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.80% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 202 (79.30% from 255 or 58.21% from 347); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D34CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D34CA is #A2CB35. Grayscale: #505050. Windows color (decimal): -10668854 or 13251677. OLE color: 13251677.

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

Color convert

RGB 93 52 202 -
CMYK 0.54 0.74 0 0.21
HSL 256.4º 0.59% 0.5% -
HSV(B) 256.4º 0.74% 0.79% -
XYZ 16.4 9.05 56.76 -
YUV 81.36 196.08 136.3 -
System Red Green Blue C M Y K H S L
Decimal 93 52 202 0.54 0.74 0 0.21 256.4 0.59 0.5
Hex 5D 34 CA 36 4A 0 15 100 3B 32
Octal 135 64 312 66 112 0 25 400 73 62
Binary 1011101 110100 11001010 110110 1001010 0 10101 100000000 111011 110010

Color Harmonies of #5D34CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D34CA

Black with #5D34CA

Text Example


Text Example

White with #5D34CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,52,202); }

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

background-color css

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

 a { background-color: rgb(93,52,202); }

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

border-color css

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

 span { border-color: rgb(93,52,202); }

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