Html Css Color HEX #5D3BCF Purple Heart

📋 copy color: '#5D3BCF'

red 93 ◦ green 59 ◦ blue 207

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

Shades of Purple Heart #5D3BCF

Tints of Purple Heart #5D3BCF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.43%

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

R = 25.91%
G = 16.43%
B = 57.66%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5D3BCF (or 0x5D3BCF) is known color: Purple Heart. HEX triplet: 5D, 3B and CF. RGB value is (93,59,207). Sum of RGB (Red+Green+Blue) = 93+59+207=359 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.91% from 359); Green value is 59 (23.44% from 255 or 16.43% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #5D3BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3BCF is #A2C430. Grayscale: #555555. Windows color (decimal): -10667057 or 13581149. OLE color: 13581149.

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

Color convert

RGB 93 59 207 -
CMYK 0.55 0.71 0 0.19
HSL 253.78º 0.61% 0.52% -
HSV(B) 253.78º 0.71% 0.81% -
XYZ 17.34 9.96 60.04 -
YUV 86.04 196.26 132.97 -
System Red Green Blue C M Y K H S L
Decimal 93 59 207 0.55 0.71 0 0.19 253.78 0.61 0.52
Hex 5D 3B CF 37 47 0 13 FE 3D 34
Octal 135 73 317 67 107 0 23 376 75 64
Binary 1011101 111011 11001111 110111 1000111 0 10011 11111110 111101 110100

Color Harmonies of #5D3BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3BCF

Black with #5D3BCF

Text Example


Text Example

White with #5D3BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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