Html Css Color HEX #5D34CF Purple Heart

📋 copy color: '#5D34CF'

red 93 ◦ green 52 ◦ blue 207

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

Shades of Purple Heart #5D34CF

Tints of Purple Heart #5D34CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.81%

R = 26.42%
G = 14.77%
B = 58.81%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5D34CF (or 0x5D34CF) is known color: Purple Heart. HEX triplet: 5D, 34 and CF. RGB value is (93,52,207). Sum of RGB (Red+Green+Blue) = 93+52+207=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #5D34CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D34CF is #A2CB30. Grayscale: #515151. Windows color (decimal): -10668849 or 13579357. OLE color: 13579357.

HSL color Cylindrical-coordinate representation of color #5D34CF: hue angle of 255.87º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D34CF is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 52 207 -
CMYK 0.55 0.75 0 0.19
HSL 255.87º 0.62% 0.51% -
HSV(B) 255.87º 0.75% 0.81% -
XYZ 17 9.29 59.93 -
YUV 81.93 198.58 135.9 -
System Red Green Blue C M Y K H S L
Decimal 93 52 207 0.55 0.75 0 0.19 255.87 0.62 0.51
Hex 5D 34 CF 37 4B 0 13 100 3E 33
Octal 135 64 317 67 113 0 23 400 76 63
Binary 1011101 110100 11001111 110111 1001011 0 10011 100000000 111110 110011

Color Harmonies of #5D34CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D34CF

Black with #5D34CF

Text Example


Text Example

White with #5D34CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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