Html Css Color HEX #531BCE Purple Heart

📋 copy color: '#531BCE'

red 83 ◦ green 27 ◦ blue 206

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

Shades of Purple Heart #531BCE

Tints of Purple Heart #531BCE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.54%

 BLUE value IS 206 (80.86% from 255) = 65.19%

R = 26.27%
G = 8.54%
B = 65.19%

CMYK

 C value IS 0.60

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#531BCE (or 0x531BCE) is known color: Purple Heart. HEX triplet: 53, 1B and CE. RGB value is (83,27,206). Sum of RGB (Red+Green+Blue) = 83+27+206=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #531BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531BCE is #ACE431. Grayscale: #3F3F3F. Windows color (decimal): -11330610 or 13507411. OLE color: 13507411.

HSL color Cylindrical-coordinate representation of color #531BCE: hue angle of 258.77º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #531BCE is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 27 206 -
CMYK 0.60 0.87 0 0.19
HSL 258.77º 0.77% 0.46% -
HSV(B) 258.77º 0.87% 0.81% -
XYZ 15.1 7.08 58.96 -
YUV 64.15 208.05 141.45 -
System Red Green Blue C M Y K H S L
Decimal 83 27 206 0.60 0.87 0 0.19 258.77 0.77 0.46
Hex 53 1B CE 3C 57 0 13 103 4D 2E
Octal 123 33 316 74 127 0 23 403 115 56
Binary 1010011 11011 11001110 111100 1010111 0 10011 100000011 1001101 101110

Color Harmonies of #531BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531BCE

Black with #531BCE

Text Example


Text Example

White with #531BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531BCE; }

 p { color: rgb(83,27,206); }

 H1.HeaderClassName
 {
   color: #531BCE;
 }
 .AnyTagClassName
 {
   color: #531BCE;
 }
</style>

background-color css

<style>
 a { background-color: #531BCE; }

 a { background-color: rgb(83,27,206); }

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

border-color css

<style>
 span { border-color: #531BCE; }

 span { border-color: rgb(83,27,206); }

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