Html Css Color HEX #5311CF Purple Heart

📋 copy color: '#5311CF'

red 83 ◦ green 17 ◦ blue 207

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

Shades of Purple Heart #5311CF

Tints of Purple Heart #5311CF

RGB

 RED value IS 83 (32.81% from 255) = 27.04%

 GREEN value IS 17 (7.03% from 255) = 5.54%

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

R = 27.04%
G = 5.54%
B = 67.43%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5311CF (or 0x5311CF) is known color: Purple Heart. HEX triplet: 53, 11 and CF. RGB value is (83,17,207). Sum of RGB (Red+Green+Blue) = 83+17+207=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #5311CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5311CF is #ACEE30. Grayscale: #393939. Windows color (decimal): -11333169 or 13570387. OLE color: 13570387.

HSL color Cylindrical-coordinate representation of color #5311CF: hue angle of 260.84º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5311CF is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 17 207 -
CMYK 0.60 0.92 0 0.19
HSL 260.84º 0.85% 0.44% -
HSV(B) 260.84º 0.92% 0.81% -
XYZ 15.03 6.74 59.54 -
YUV 58.39 211.87 145.55 -
System Red Green Blue C M Y K H S L
Decimal 83 17 207 0.60 0.92 0 0.19 260.84 0.85 0.44
Hex 53 11 CF 3C 5C 0 13 105 55 2C
Octal 123 21 317 74 134 0 23 405 125 54
Binary 1010011 10001 11001111 111100 1011100 0 10011 100000101 1010101 101100

Color Harmonies of #5311CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5311CF

Black with #5311CF

Text Example


Text Example

White with #5311CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5311CF; }

 p { color: rgb(83,17,207); }

 H1.HeaderClassName
 {
   color: #5311CF;
 }
 .AnyTagClassName
 {
   color: #5311CF;
 }
</style>

background-color css

<style>
 a { background-color: #5311CF; }

 a { background-color: rgb(83,17,207); }

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

border-color css

<style>
 span { border-color: #5311CF; }

 span { border-color: rgb(83,17,207); }

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