Html Css Color HEX #531ECB Purple Heart

📋 copy color: '#531ECB'

red 83 ◦ green 30 ◦ blue 203

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

Shades of Purple Heart #531ECB

Tints of Purple Heart #531ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 64.24%

R = 26.27%
G = 9.49%
B = 64.24%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#531ECB (or 0x531ECB) is known color: Purple Heart. HEX triplet: 53, 1E and CB. RGB value is (83,30,203). Sum of RGB (Red+Green+Blue) = 83+30+203=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #531ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531ECB is #ACE134. Grayscale: #404040. Windows color (decimal): -11329845 or 13311571. OLE color: 13311571.

HSL color Cylindrical-coordinate representation of color #531ECB: hue angle of 258.38º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #531ECB is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 30 203 -
CMYK 0.59 0.85 0 0.20
HSL 258.38º 0.74% 0.46% -
HSV(B) 258.38º 0.85% 0.8% -
XYZ 14.81 7.08 57.09 -
YUV 65.57 205.56 140.43 -
System Red Green Blue C M Y K H S L
Decimal 83 30 203 0.59 0.85 0 0.20 258.38 0.74 0.46
Hex 53 1E CB 3B 55 0 14 102 4A 2E
Octal 123 36 313 73 125 0 24 402 112 56
Binary 1010011 11110 11001011 111011 1010101 0 10100 100000010 1001010 101110

Color Harmonies of #531ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531ECB

Black with #531ECB

Text Example


Text Example

White with #531ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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