Html Css Color HEX #531ECE Purple Heart

📋 copy color: '#531ECE'

red 83 ◦ green 30 ◦ blue 206

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

Shades of Purple Heart #531ECE

Tints of Purple Heart #531ECE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.4%

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

R = 26.02%
G = 9.4%
B = 64.58%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#531ECE (or 0x531ECE) is known color: Purple Heart. HEX triplet: 53, 1E and CE. RGB value is (83,30,206). Sum of RGB (Red+Green+Blue) = 83+30+206=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #531ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531ECE is #ACE131. Grayscale: #414141. Windows color (decimal): -11329842 or 13508179. OLE color: 13508179.

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

Color convert

RGB 83 30 206 -
CMYK 0.60 0.85 0 0.19
HSL 258.07º 0.75% 0.46% -
HSV(B) 258.07º 0.85% 0.81% -
XYZ 15.17 7.22 58.99 -
YUV 65.91 207.06 140.19 -
System Red Green Blue C M Y K H S L
Decimal 83 30 206 0.60 0.85 0 0.19 258.07 0.75 0.46
Hex 53 1E CE 3C 55 0 13 102 4B 2E
Octal 123 36 316 74 125 0 23 402 113 56
Binary 1010011 11110 11001110 111100 1010101 0 10011 100000010 1001011 101110

Color Harmonies of #531ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531ECE

Black with #531ECE

Text Example


Text Example

White with #531ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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