Html Css Color HEX #5D34CB Purple Heart

📋 copy color: '#5D34CB'

red 93 ◦ green 52 ◦ blue 203

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

Shades of Purple Heart #5D34CB

Tints of Purple Heart #5D34CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58.33%

R = 26.72%
G = 14.94%
B = 58.33%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5D34CB (or 0x5D34CB) is known color: Purple Heart. HEX triplet: 5D, 34 and CB. RGB value is (93,52,203). Sum of RGB (Red+Green+Blue) = 93+52+203=348 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.72% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #5D34CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D34CB is #A2CB34. Grayscale: #505050. Windows color (decimal): -10668853 or 13317213. OLE color: 13317213.

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

Color convert

RGB 93 52 203 -
CMYK 0.54 0.74 0 0.20
HSL 256.29º 0.59% 0.5% -
HSV(B) 256.29º 0.74% 0.8% -
XYZ 16.52 9.09 57.38 -
YUV 81.47 196.58 136.22 -
System Red Green Blue C M Y K H S L
Decimal 93 52 203 0.54 0.74 0 0.20 256.29 0.59 0.5
Hex 5D 34 CB 36 4A 0 14 100 3B 32
Octal 135 64 313 66 112 0 24 400 73 62
Binary 1011101 110100 11001011 110110 1001010 0 10100 100000000 111011 110010

Color Harmonies of #5D34CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D34CB

Black with #5D34CB

Text Example


Text Example

White with #5D34CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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