Html Css Color HEX #5B3CCF Purple Heart

📋 copy color: '#5B3CCF'

red 91 ◦ green 60 ◦ blue 207

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

Shades of Purple Heart #5B3CCF

Tints of Purple Heart #5B3CCF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.76%

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

R = 25.42%
G = 16.76%
B = 57.82%

CMYK

 C value IS 0.56

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5B3CCF (or 0x5B3CCF) is known color: Purple Heart. HEX triplet: 5B, 3C and CF. RGB value is (91,60,207). Sum of RGB (Red+Green+Blue) = 91+60+207=358 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.42% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #5B3CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3CCF is #A4C330. Grayscale: #555555. Windows color (decimal): -10797873 or 13581403. OLE color: 13581403.

HSL color Cylindrical-coordinate representation of color #5B3CCF: hue angle of 252.65º degrees, saturation: 0.6, 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 #5B3CCF is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 91 60 207 -
CMYK 0.56 0.71 0 0.19
HSL 252.65º 0.6% 0.52% -
HSV(B) 252.65º 0.71% 0.81% -
XYZ 17.19 9.96 60.05 -
YUV 86.03 196.27 131.55 -
System Red Green Blue C M Y K H S L
Decimal 91 60 207 0.56 0.71 0 0.19 252.65 0.6 0.52
Hex 5B 3C CF 38 47 0 13 FD 3C 34
Octal 133 74 317 70 107 0 23 375 74 64
Binary 1011011 111100 11001111 111000 1000111 0 10011 11111101 111100 110100

Color Harmonies of #5B3CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3CCF

Black with #5B3CCF

Text Example


Text Example

White with #5B3CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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