Html Css Color HEX #5B3ECF Purple Heart

📋 copy color: '#5B3ECF'

red 91 ◦ green 62 ◦ blue 207

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

Shades of Purple Heart #5B3ECF

Tints of Purple Heart #5B3ECF

RGB

 RED value IS 91 (35.94% from 255) = 25.28%

 GREEN value IS 62 (24.61% from 255) = 17.22%

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

R = 25.28%
G = 17.22%
B = 57.5%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5B3ECF (or 0x5B3ECF) is known color: Purple Heart. HEX triplet: 5B, 3E and CF. RGB value is (91,62,207). Sum of RGB (Red+Green+Blue) = 91+62+207=360 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.28% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #5B3ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3ECF is #A4C130. Grayscale: #565656. Windows color (decimal): -10797361 or 13581915. OLE color: 13581915.

HSL color Cylindrical-coordinate representation of color #5B3ECF: hue angle of 252º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5B3ECF is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 91 62 207 -
CMYK 0.56 0.70 0 0.19
HSL 252º 0.6% 0.53% -
HSV(B) 252º 0.7% 0.81% -
XYZ 17.3 10.17 60.08 -
YUV 87.2 195.61 130.71 -
System Red Green Blue C M Y K H S L
Decimal 91 62 207 0.56 0.70 0 0.19 252 0.6 0.53
Hex 5B 3E CF 38 46 0 13 FC 3C 35
Octal 133 76 317 70 106 0 23 374 74 65
Binary 1011011 111110 11001111 111000 1000110 0 10011 11111100 111100 110101

Color Harmonies of #5B3ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3ECF

Black with #5B3ECF

Text Example


Text Example

White with #5B3ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,62,207); }

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

background-color css

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

 a { background-color: rgb(91,62,207); }

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

border-color css

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

 span { border-color: rgb(91,62,207); }

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